home *** CD-ROM | disk | FTP | other *** search
Wrap
import com.zerog.ia.installer.Billboard; import com.zerog.ia.installer.GhostDirectory; import com.zerog.ia.installer.InstallBundle; import com.zerog.ia.installer.InstallSet; import com.zerog.ia.installer.Installer; import com.zerog.ia.installer.SimplePatternMatcher; import com.zerog.ia.installer.actions.ChooseFolder; import com.zerog.ia.installer.actions.CreateShortcut; import com.zerog.ia.installer.actions.CustomAction; import com.zerog.ia.installer.actions.EditVariableTable; import com.zerog.ia.installer.actions.Exec; import com.zerog.ia.installer.actions.InstallCompleteAction; import com.zerog.ia.installer.actions.InstallDirCont; import com.zerog.ia.installer.actions.InstallDirectory; import com.zerog.ia.installer.actions.InstallFile; import com.zerog.ia.installer.actions.InstallSummary; import com.zerog.ia.installer.actions.InstallUninstaller; import com.zerog.ia.installer.actions.InstallZipfile; import com.zerog.ia.installer.actions.IntroAction; import com.zerog.ia.installer.actions.LicenseAgrAction; import com.zerog.ia.installer.actions.MakeExecutable; import com.zerog.ia.installer.actions.MakeRegEntry; import com.zerog.ia.installer.actions.SpeedRegistry; import com.zerog.ia.installer.rules.CompareVariable; import com.zerog.ia.installer.rules.LocaleChk; import com.zerog.ia.installer.rules.PlatformChk; import com.zerog.ia.installer.util.BindingWin32; import com.zerog.ia.installer.util.InstallFrameConfigurator; import com.zerog.ia.installer.util.LAXPropertyData; import com.zerog.ia.installer.util.ProgressMonitor; import com.zerog.ia.installer.util.SpeedRegistryData; import com.zerog.ia.installer.util.magicfolders.DesktopMF; import com.zerog.ia.installer.util.magicfolders.DoNotInstallMF; import com.zerog.ia.installer.util.magicfolders.InstallDirMF; import com.zerog.ia.installer.util.magicfolders.JavaHomeMF; import com.zerog.ia.installer.util.magicfolders.MagicFolder; import com.zerog.ia.installer.util.magicfolders.ProgramsDirMF; import com.zerog.ia.installer.util.magicfolders.ProgramsMenuMF; import com.zerog.ia.installer.util.magicfolders.ShortcutsMF; import com.zerog.ia.installer.util.magicfolders.SystemDriveRootMF; import com.zerog.ia.installer.util.magicfolders.UserMagicFolder1MF; import com.zerog.ia.installer.util.magicfolders.UserMagicFolder2MF; import com.zerog.ia.installer.util.magicfolders.UserMagicFolder3MF; import com.zerog.ia.installer.util.magicfolders.UserMagicFolder4MF; import com.zerog.ia.installer.util.magicfolders.UserMagicFolder5MF; import java.util.Properties; import java.util.Vector; public class ia1008289672218 implements IAScript { public static String scriptVersion = "4.5.1 Enterprise"; public static int majorVersion = 4; public static int minorVersion = 5; public static int revisionVersion = 1; public static Installer ___JBuilderFND; public static InstallSet ___Full_Install; public static InstallBundle ___Install; public static GhostDirectory ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10; public static InstallDirectory ___bin; public static InstallFile ___cfglib_sh; public static InstallFile ___cfglib_sh_1; public static InstallFile ___config_readme_html; public static InstallFile ___config_readme_html_1; public static InstallFile ___config_readme_html_2; public static InstallFile ___dumpenv; public static InstallFile ___dumpenv_1; public static InstallFile ___FileAssociations_dll; public static InstallFile ___FileAssociations_DE; public static InstallFile ___FileAssociations_ES; public static InstallFile ___FileAssociations_FR; public static InstallFile ___FileAssociations_JPN; public static InstallFile ___JavaLauncher_dll; public static InstallFile ___jbconnect; public static InstallFile ___jbconnect_1; public static InstallFile ___jbuilder; public static InstallFile ___jbuilder_1; public static InstallFile ___jbuilder_2; public static InstallFile ___JBuilder_config; public static InstallFile ___JBuilder_config_1; public static InstallFile ___JBuilder_config_2; public static InstallFile ___JBuilder_exe; public static InstallFile ___JBuilderW_exe; public static InstallFile ___jdk_config; public static InstallDirCont ___Install_SpeedFolder0_defaults; public static InstallDirCont ___Install_SpeedFolder0_defaults_1; public static InstallDirCont ___Install_SpeedFolder0_defaults_2; public static InstallDirCont ___Install_SpeedFolder0_defaults_3; public static InstallDirCont ___Install_SpeedFolder0_doc; public static InstallDirCont ___Install_SpeedFolder0_lib; public static InstallDirectory ___lib; public static InstallZipfile ___linuxDesktopConfigurator_jar; public static InstallDirectory ___ext; public static InstallFile ___HardwareGraphics_config; public static InstallDirCont ___Install_SpeedFolder0_patch; public static InstallDirectory ___redist; public static InstallDirCont ___Install_SpeedFolder0_samples; public static InstallDirCont ___Install_SpeedFolder0_samples_1; public static InstallDirCont ___Install_SpeedFolder0_samples_2; public static InstallDirCont ___Install_SpeedFolder0_samples_3; public static InstallFile ___buildnum_txt; public static InstallFile ___jbuilder_icon_xpm; public static InstallFile ___jbuilder_mini_icon_xpm; public static InstallFile ___javaSource_xpm; public static InstallFile ___jbuilderProject_xpm; public static InstallDirectory ___UninstallPersonal; public static InstallUninstaller ___UninstallPersonal_1; public static MakeRegEntry ___Set_Windows_Registry_0_Single_Entry0_Borland0JBuilder06_0_0PathName0; public static SpeedRegistry ___Set_Windows_Registry_0_Multiple_Entries0_Uninstall_Entries; public static SpeedRegistry ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries; public static InstallDirectory ___jdk1_3_1; public static EditVariableTable ___Set_InstallAnywhere_Variable_0_Single_Variable0_BUNDLED_VM_INSTALLER; public static GhostDirectory ___USER_MAGIC_FOLDER_3_0USER_MAGIC_FOLDER_30; public static MakeExecutable ___temp; public static GhostDirectory ___Install_Folder_0USER_INSTALL_DIR0; public static EditVariableTable ___Set_InstallAnywhere_Variable_0_Single_Variable0_JBUILDER_HOME; public static EditVariableTable ___Set_InstallAnywhere_Variable_0_Single_Variable0_JDK_DIR; public static CustomAction ___Execute_Custom_Code0_com_borland_install_iacc_MakeJDKConfig; public static CustomAction ___Execute_Custom_Code0_com_borland_install_iacc_UnixSaveConfig; public static CustomAction ___Execute_Custom_Code0_com_borland_install_iacc_CopyFiles; public static Exec ___Execute_Command0_JDK_DIR0bin0java_0jar_USER_MAGIC_FOLDER_10lib0linuxDesktopConfigurator_jar_USER_MAGIC_FOLDER_1_noask; public static Exec ___Execute_Command0_del_USER_MAGIC_FOLDER_10samples0chmod_samples; public static Exec ___Execute_Command0_chmod_755_USER_MAGIC_FOLDER_10samples0chmod_samples; public static GhostDirectory ___Shortcuts_0USER_SHORTCUTS0; public static CreateShortcut ___PRODUCT_NAME; public static CreateShortcut ___Licensing_Information; public static CreateShortcut ___Uninstall_PRODUCT_NAME; public static GhostDirectory ___USER_MAGIC_FOLDER_4_0USER_MAGIC_FOLDER_40; public static InstallDirCont ___Install_SpeedFolder0_JBuilder_app; public static InstallDirCont ___Install_SpeedFolder0_Licensing_Information_app; public static Exec ___Execute_Command0_mkdir_0p_0usr0local0bin; public static Exec ___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40JBuilder_app0Contents0MacOS0JBuilder0; public static Exec ___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40Licensing_Information_app0Contents0MacOS0Licensing_Information0; public static CreateShortcut ___License_html; public static CreateShortcut ___OpenTools; public static CreateShortcut ___Release_Notes_html; public static CreateShortcut ___Uninstall_PRODUCT_NAME_1; public static GhostDirectory ___USER_MAGIC_FOLDER_5_0USER_MAGIC_FOLDER_50; public static InstallDirectory ___bin_1; public static InstallFile ___jbuilder_3; public static CustomAction ___Execute_Custom_Code0_com_borland_install_iacc_MakeMacULB; public static GhostDirectory ___Do_not_install_0DO_NOT_INSTALL0; public static InstallFile ___BillboardFnd_de_jpg; public static InstallFile ___BillboardFnd_es_jpg; public static InstallFile ___BillboardFnd_fr_jpg; public static InstallFile ___BillboardFnd_ja_jpg; public static Billboard ___BillboardFnd_jpg; public static Properties ___JBuilderFND_buildSettings; public static InstallFrameConfigurator __installFrameConfigurator_1; public static Vector ___JBuilderFND_postInstallActions; public static InstallCompleteAction ___Panel0_Install_Complete0_Install_Complete; public static PlatformChk ___Check_Platform; public static Vector ___Check_Platform_doNotInstallOnPlatformList; public static Vector ___Check_Platform_installOnPlatformList; public static InstallCompleteAction ___Panel0_Install_Complete0_Install_Complete_1; public static PlatformChk ___Check_Platform_1; public static Vector ___Check_Platform_1_doNotInstallOnPlatformList; public static Vector ___Check_Platform_1_installOnPlatformList; public static InstallCompleteAction ___Panel0_Install_Complete0_Install_Complete_2; public static PlatformChk ___Check_Platform_2; public static Vector ___Check_Platform_2_doNotInstallOnPlatformList; public static Vector ___Check_Platform_2_installOnPlatformList; public static InstallCompleteAction ___Panel0_Install_Complete0_Install_Complete_3; public static PlatformChk ___Check_Platform_3; public static Vector ___Check_Platform_3_doNotInstallOnPlatformList; public static Vector ___Check_Platform_3_installOnPlatformList; public static InstallDirMF ___com_zerog_ia_installer_util_magicfolders_InstallDirMF; public static ProgramsDirMF ___com_zerog_ia_installer_util_magicfolders_ProgramsDirMF; public static SystemDriveRootMF ___com_zerog_ia_installer_util_magicfolders_SystemDriveRootMF; public static Vector ___JBuilderFND_classpath; public static InstallSet ___Custom; public static ShortcutsMF ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF; public static DesktopMF ___com_zerog_ia_installer_util_magicfolders_DesktopMF; public static DoNotInstallMF ___com_zerog_ia_installer_util_magicfolders_DoNotInstallMF; public static ProgramsMenuMF ___com_zerog_ia_installer_util_magicfolders_ProgramsMenuMF; public static Vector ___JBuilderFND_localesToBuild; public static Vector ___JBuilderFND_preInstallActions; public static EditVariableTable ___Set_InstallAnywhere_Variable_0_Single_Variable0_JBUILDER_VERSION; public static CustomAction ___Execute_Custom_Code0_com_borland_install_iacc_SetVersionNumber; public static IntroAction ___Panel0_Introduction0_Introduction; public static LicenseAgrAction ___Panel0_License_Agreement0_License_Agreement; public static CustomAction ___Execute_Custom_Code0_com_borland_install_iacc_CheckJDKPath; public static EditVariableTable ___Set_InstallAnywhere_Variable_0_Single_Variable0_JDK_DIR_1; public static CustomAction ___Execute_Custom_Code0_com_borland_install_iacc_FindJVM; public static ChooseFolder ___Panel0_Choose_Folder0_Select_JDK_Folder; public static JavaHomeMF ___com_zerog_ia_installer_util_magicfolders_JavaHomeMF; public static CompareVariable ___Compare_InstallAnywhere_Variables; public static ChooseFolder ___Panel0_Choose_Folder0_Choose_Install_Folder; public static PlatformChk ___Check_Platform_4; public static Vector ___Check_Platform_4_doNotInstallOnPlatformList; public static Vector ___Check_Platform_4_installOnPlatformList; public static EditVariableTable ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1; public static PlatformChk ___Check_Platform_5; public static Vector ___Check_Platform_5_doNotInstallOnPlatformList; public static Vector ___Check_Platform_5_installOnPlatformList; public static EditVariableTable ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2; public static PlatformChk ___Check_Platform_6; public static Vector ___Check_Platform_6_doNotInstallOnPlatformList; public static Vector ___Check_Platform_6_installOnPlatformList; public static EditVariableTable ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2_1; public static CompareVariable ___Compare_InstallAnywhere_Variables_1; public static PlatformChk ___Check_Platform_7; public static Vector ___Check_Platform_7_doNotInstallOnPlatformList; public static Vector ___Check_Platform_7_installOnPlatformList; public static EditVariableTable ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2_2; public static PlatformChk ___Check_Platform_8; public static Vector ___Check_Platform_8_doNotInstallOnPlatformList; public static Vector ___Check_Platform_8_installOnPlatformList; public static ChooseFolder ___Panel0_Choose_Folder0_Choose_Install_Folder_1; public static UserMagicFolder2MF ___com_zerog_ia_installer_util_magicfolders_UserMagicFolder2MF; public static PlatformChk ___Check_Platform_9; public static Vector ___Check_Platform_9_doNotInstallOnPlatformList; public static Vector ___Check_Platform_9_installOnPlatformList; public static EditVariableTable ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1_1; public static PlatformChk ___Check_Platform_10; public static Vector ___Check_Platform_10_doNotInstallOnPlatformList; public static Vector ___Check_Platform_10_installOnPlatformList; public static EditVariableTable ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1_2; public static PlatformChk ___Check_Platform_11; public static Vector ___Check_Platform_11_doNotInstallOnPlatformList; public static Vector ___Check_Platform_11_installOnPlatformList; public static EditVariableTable ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_3; public static PlatformChk ___Check_Platform_12; public static Vector ___Check_Platform_12_doNotInstallOnPlatformList; public static Vector ___Check_Platform_12_installOnPlatformList; public static EditVariableTable ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_3_1; public static PlatformChk ___Check_Platform_13; public static Vector ___Check_Platform_13_doNotInstallOnPlatformList; public static Vector ___Check_Platform_13_installOnPlatformList; public static EditVariableTable ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_4; public static PlatformChk ___Check_Platform_14; public static Vector ___Check_Platform_14_doNotInstallOnPlatformList; public static Vector ___Check_Platform_14_installOnPlatformList; public static EditVariableTable ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_5; public static PlatformChk ___Check_Platform_15; public static Vector ___Check_Platform_15_doNotInstallOnPlatformList; public static Vector ___Check_Platform_15_installOnPlatformList; public static InstallSummary ___Panel0_Pre0Install_Summary0_PRODUCT_NAME_Pre0Installation_Summary; public static Vector ___JBuilderFND_installLabels; public static UserMagicFolder1MF ___com_zerog_ia_installer_util_magicfolders_UserMagicFolder1MF; public static PlatformChk ___Check_Platform_16; public static Vector ___Check_Platform_16_doNotInstallOnPlatformList; public static Vector ___Check_Platform_16_installOnPlatformList; public static PlatformChk ___Check_Platform_17; public static Vector ___Check_Platform_17_doNotInstallOnPlatformList; public static Vector ___Check_Platform_17_installOnPlatformList; public static PlatformChk ___Check_Platform_18; public static Vector ___Check_Platform_18_doNotInstallOnPlatformList; public static Vector ___Check_Platform_18_installOnPlatformList; public static PlatformChk ___Check_Platform_19; public static Vector ___Check_Platform_19_doNotInstallOnPlatformList; public static Vector ___Check_Platform_19_installOnPlatformList; public static PlatformChk ___Check_Platform_20; public static Vector ___Check_Platform_20_doNotInstallOnPlatformList; public static Vector ___Check_Platform_20_installOnPlatformList; public static PlatformChk ___Check_Platform_21; public static Vector ___Check_Platform_21_doNotInstallOnPlatformList; public static Vector ___Check_Platform_21_installOnPlatformList; public static PlatformChk ___Check_Platform_22; public static Vector ___Check_Platform_22_doNotInstallOnPlatformList; public static Vector ___Check_Platform_22_installOnPlatformList; public static PlatformChk ___Check_Platform_23; public static Vector ___Check_Platform_23_doNotInstallOnPlatformList; public static Vector ___Check_Platform_23_installOnPlatformList; public static LocaleChk ___Check_User0Chosen_Language; public static Vector ___Check_User0Chosen_Language_locales; public static PlatformChk ___Check_Platform_24; public static Vector ___Check_Platform_24_doNotInstallOnPlatformList; public static Vector ___Check_Platform_24_installOnPlatformList; public static LocaleChk ___Check_User0Chosen_Language_1; public static Vector ___Check_User0Chosen_Language_1_locales; public static PlatformChk ___Check_Platform_25; public static Vector ___Check_Platform_25_doNotInstallOnPlatformList; public static Vector ___Check_Platform_25_installOnPlatformList; public static LocaleChk ___Check_User0Chosen_Language_2; public static Vector ___Check_User0Chosen_Language_2_locales; public static PlatformChk ___Check_Platform_26; public static Vector ___Check_Platform_26_doNotInstallOnPlatformList; public static Vector ___Check_Platform_26_installOnPlatformList; public static LocaleChk ___Check_User0Chosen_Language_3; public static Vector ___Check_User0Chosen_Language_3_locales; public static PlatformChk ___Check_Platform_27; public static Vector ___Check_Platform_27_doNotInstallOnPlatformList; public static Vector ___Check_Platform_27_installOnPlatformList; public static PlatformChk ___Check_Platform_28; public static Vector ___Check_Platform_28_doNotInstallOnPlatformList; public static Vector ___Check_Platform_28_installOnPlatformList; public static PlatformChk ___Check_Platform_29; public static Vector ___Check_Platform_29_doNotInstallOnPlatformList; public static Vector ___Check_Platform_29_installOnPlatformList; public static PlatformChk ___Check_Platform_30; public static Vector ___Check_Platform_30_doNotInstallOnPlatformList; public static Vector ___Check_Platform_30_installOnPlatformList; public static PlatformChk ___Check_Platform_31; public static Vector ___Check_Platform_31_doNotInstallOnPlatformList; public static Vector ___Check_Platform_31_installOnPlatformList; public static PlatformChk ___Check_Platform_32; public static Vector ___Check_Platform_32_doNotInstallOnPlatformList; public static Vector ___Check_Platform_32_installOnPlatformList; public static PlatformChk ___Check_Platform_33; public static Vector ___Check_Platform_33_doNotInstallOnPlatformList; public static Vector ___Check_Platform_33_installOnPlatformList; public static PlatformChk ___Check_Platform_34; public static Vector ___Check_Platform_34_doNotInstallOnPlatformList; public static Vector ___Check_Platform_34_installOnPlatformList; public static PlatformChk ___Check_Platform_35; public static Vector ___Check_Platform_35_doNotInstallOnPlatformList; public static Vector ___Check_Platform_35_installOnPlatformList; public static PlatformChk ___Check_Platform_36; public static Vector ___Check_Platform_36_doNotInstallOnPlatformList; public static Vector ___Check_Platform_36_installOnPlatformList; public static PlatformChk ___Check_Platform_37; public static Vector ___Check_Platform_37_doNotInstallOnPlatformList; public static Vector ___Check_Platform_37_installOnPlatformList; public static PlatformChk ___Check_Platform_38; public static Vector ___Check_Platform_38_doNotInstallOnPlatformList; public static Vector ___Check_Platform_38_installOnPlatformList; public static PlatformChk ___Check_Platform_39; public static Vector ___Check_Platform_39_doNotInstallOnPlatformList; public static Vector ___Check_Platform_39_installOnPlatformList; public static SimplePatternMatcher ___Simple_Pattern_Name; public static Vector ___Simple_Pattern_Name_excludePatterns; public static Vector ___Simple_Pattern_Name_includePatterns; public static Vector ___Simple_Pattern_Name_patterns; public static SimplePatternMatcher ___Simple_Pattern_Name_1; public static Vector ___Simple_Pattern_Name_1_excludePatterns; public static Vector ___Simple_Pattern_Name_1_includePatterns; public static Vector ___Simple_Pattern_Name_1_patterns; public static PlatformChk ___Check_Platform_40; public static Vector ___Check_Platform_40_doNotInstallOnPlatformList; public static Vector ___Check_Platform_40_installOnPlatformList; public static SimplePatternMatcher ___Simple_Pattern_Name_2; public static Vector ___Simple_Pattern_Name_2_excludePatterns; public static Vector ___Simple_Pattern_Name_2_includePatterns; public static Vector ___Simple_Pattern_Name_2_patterns; public static PlatformChk ___Check_Platform_41; public static Vector ___Check_Platform_41_doNotInstallOnPlatformList; public static Vector ___Check_Platform_41_installOnPlatformList; public static SimplePatternMatcher ___Simple_Pattern_Name_3; public static Vector ___Simple_Pattern_Name_3_excludePatterns; public static Vector ___Simple_Pattern_Name_3_includePatterns; public static Vector ___Simple_Pattern_Name_3_patterns; public static PlatformChk ___Check_Platform_42; public static Vector ___Check_Platform_42_doNotInstallOnPlatformList; public static Vector ___Check_Platform_42_installOnPlatformList; public static SimplePatternMatcher ___Simple_Pattern_Name_4; public static Vector ___Simple_Pattern_Name_4_excludePatterns; public static Vector ___Simple_Pattern_Name_4_includePatterns; public static Vector ___Simple_Pattern_Name_4_patterns; public static SimplePatternMatcher ___Simple_Pattern_Name_5; public static Vector ___Simple_Pattern_Name_5_excludePatterns; public static Vector ___Simple_Pattern_Name_5_includePatterns; public static Vector ___Simple_Pattern_Name_5_patterns; public static PlatformChk ___Check_Platform_43; public static Vector ___Check_Platform_43_doNotInstallOnPlatformList; public static Vector ___Check_Platform_43_installOnPlatformList; public static PlatformChk ___Check_Platform_44; public static Vector ___Check_Platform_44_doNotInstallOnPlatformList; public static Vector ___Check_Platform_44_installOnPlatformList; public static PlatformChk ___Check_Platform_45; public static Vector ___Check_Platform_45_doNotInstallOnPlatformList; public static Vector ___Check_Platform_45_installOnPlatformList; public static SimplePatternMatcher ___Simple_Pattern_Name_6; public static Vector ___Simple_Pattern_Name_6_excludePatterns; public static Vector ___Simple_Pattern_Name_6_includePatterns; public static Vector ___Simple_Pattern_Name_6_patterns; public static SimplePatternMatcher ___Simple_Pattern_Name_7; public static Vector ___Simple_Pattern_Name_7_excludePatterns; public static Vector ___Simple_Pattern_Name_7_includePatterns; public static Vector ___Simple_Pattern_Name_7_patterns; public static SimplePatternMatcher ___Simple_Pattern_Name_8; public static Vector ___Simple_Pattern_Name_8_excludePatterns; public static Vector ___Simple_Pattern_Name_8_includePatterns; public static Vector ___Simple_Pattern_Name_8_patterns; public static PlatformChk ___Check_Platform_46; public static Vector ___Check_Platform_46_doNotInstallOnPlatformList; public static Vector ___Check_Platform_46_installOnPlatformList; public static SimplePatternMatcher ___Simple_Pattern_Name_9; public static Vector ___Simple_Pattern_Name_9_excludePatterns; public static Vector ___Simple_Pattern_Name_9_includePatterns; public static Vector ___Simple_Pattern_Name_9_patterns; public static PlatformChk ___Check_Platform_47; public static Vector ___Check_Platform_47_doNotInstallOnPlatformList; public static Vector ___Check_Platform_47_installOnPlatformList; public static SimplePatternMatcher ___Simple_Pattern_Name_10; public static Vector ___Simple_Pattern_Name_10_excludePatterns; public static Vector ___Simple_Pattern_Name_10_includePatterns; public static Vector ___Simple_Pattern_Name_10_patterns; public static PlatformChk ___Check_Platform_48; public static Vector ___Check_Platform_48_doNotInstallOnPlatformList; public static Vector ___Check_Platform_48_installOnPlatformList; public static PlatformChk ___Check_Platform_49; public static Vector ___Check_Platform_49_doNotInstallOnPlatformList; public static Vector ___Check_Platform_49_installOnPlatformList; public static PlatformChk ___Check_Platform_50; public static Vector ___Check_Platform_50_doNotInstallOnPlatformList; public static Vector ___Check_Platform_50_installOnPlatformList; public static PlatformChk ___Check_Platform_51; public static Vector ___Check_Platform_51_doNotInstallOnPlatformList; public static Vector ___Check_Platform_51_installOnPlatformList; public static PlatformChk ___Check_Platform_52; public static Vector ___Check_Platform_52_doNotInstallOnPlatformList; public static Vector ___Check_Platform_52_installOnPlatformList; public static Vector ___UninstallPersonal_1_propertyList; public static LAXPropertyData ___UninstallPersonal_1data1; public static LAXPropertyData ___UninstallPersonal_1data2; public static LAXPropertyData ___UninstallPersonal_1data3; public static LAXPropertyData ___UninstallPersonal_1data4; public static LAXPropertyData ___UninstallPersonal_1data5; public static LAXPropertyData ___UninstallPersonal_1data6; public static LAXPropertyData ___UninstallPersonal_1data7; public static LAXPropertyData ___UninstallPersonal_1data8; public static LAXPropertyData ___UninstallPersonal_1data9; public static LAXPropertyData ___UninstallPersonal_1data10; public static LAXPropertyData ___UninstallPersonal_1data11; public static LAXPropertyData ___UninstallPersonal_1data12; public static BindingWin32 ___uninstall_32_gifIcon; public static Vector ___Set_Windows_Registry_0_Multiple_Entries0_Uninstall_Entries_propertyList; public static SpeedRegistryData ___HKEY_LOCAL_MACHINE0SOFTWARE0Microsoft0Windows0CurrentVersion0Uninstall0PRODUCT_NAME0DisplayName0STRING0; public static SpeedRegistryData ___HKEY_LOCAL_MACHINE0SOFTWARE0Microsoft0Windows0CurrentVersion0Uninstall0PRODUCT_NAME0UninstallString0STRING1; public static Vector ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries_propertyList; public static SpeedRegistryData ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit0CurrentVersion0STRING0; public static SpeedRegistryData ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_30JavaHome0STRING1; public static SpeedRegistryData ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_30MicroVersion0STRING2; public static SpeedRegistryData ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_3_10JavaHome0STRING3; public static SpeedRegistryData ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_3_10MicroVersion0STRING4; public static SpeedRegistryData ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Plug0in01_3_1_010JavaHome0STRING5; public static SpeedRegistryData ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment0CurrentVersion0STRING6; public static SpeedRegistryData ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30JavaHome0STRING7; public static SpeedRegistryData ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30MicroVersion0STRING8; public static SpeedRegistryData ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30RuntimeLib0STRING9; public static SpeedRegistryData ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10JavaHome0STRING10; public static SpeedRegistryData ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10MicroVersion0STRING11; public static SpeedRegistryData ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10RuntimeLib0STRING12; public static PlatformChk ___Check_Platform_53; public static Vector ___Check_Platform_53_doNotInstallOnPlatformList; public static Vector ___Check_Platform_53_installOnPlatformList; public static PlatformChk ___Check_Platform_54; public static Vector ___Check_Platform_54_doNotInstallOnPlatformList; public static Vector ___Check_Platform_54_installOnPlatformList; public static UserMagicFolder3MF ___com_zerog_ia_installer_util_magicfolders_UserMagicFolder3MF; public static Vector ___temp_propertyList; public static LAXPropertyData ___tempdata1; public static LAXPropertyData ___tempdata2; public static LAXPropertyData ___tempdata3; public static LAXPropertyData ___tempdata4; public static LAXPropertyData ___tempdata5; public static LAXPropertyData ___tempdata6; public static LAXPropertyData ___tempdata7; public static LAXPropertyData ___tempdata8; public static LAXPropertyData ___tempdata9; public static LAXPropertyData ___tempdata10; public static LAXPropertyData ___tempdata11; public static LAXPropertyData ___tempdata12; public static LAXPropertyData ___tempdata13; public static PlatformChk ___Check_Platform_55; public static Vector ___Check_Platform_55_doNotInstallOnPlatformList; public static Vector ___Check_Platform_55_installOnPlatformList; public static PlatformChk ___Check_Platform_56; public static Vector ___Check_Platform_56_doNotInstallOnPlatformList; public static Vector ___Check_Platform_56_installOnPlatformList; public static PlatformChk ___Check_Platform_57; public static Vector ___Check_Platform_57_doNotInstallOnPlatformList; public static Vector ___Check_Platform_57_installOnPlatformList; public static PlatformChk ___Check_Platform_58; public static Vector ___Check_Platform_58_doNotInstallOnPlatformList; public static Vector ___Check_Platform_58_installOnPlatformList; public static PlatformChk ___Check_Platform_59; public static Vector ___Check_Platform_59_doNotInstallOnPlatformList; public static Vector ___Check_Platform_59_installOnPlatformList; public static PlatformChk ___Check_Platform_60; public static Vector ___Check_Platform_60_doNotInstallOnPlatformList; public static Vector ___Check_Platform_60_installOnPlatformList; public static PlatformChk ___Check_Platform_61; public static Vector ___Check_Platform_61_doNotInstallOnPlatformList; public static Vector ___Check_Platform_61_installOnPlatformList; public static BindingWin32 ___nullIcon; public static PlatformChk ___Check_Platform_62; public static Vector ___Check_Platform_62_doNotInstallOnPlatformList; public static Vector ___Check_Platform_62_installOnPlatformList; public static UserMagicFolder4MF ___com_zerog_ia_installer_util_magicfolders_UserMagicFolder4MF; public static SimplePatternMatcher ___Simple_Pattern_Name_11; public static Vector ___Simple_Pattern_Name_11_excludePatterns; public static Vector ___Simple_Pattern_Name_11_includePatterns; public static Vector ___Simple_Pattern_Name_11_patterns; public static PlatformChk ___Check_Platform_63; public static Vector ___Check_Platform_63_doNotInstallOnPlatformList; public static Vector ___Check_Platform_63_installOnPlatformList; public static SimplePatternMatcher ___Simple_Pattern_Name_12; public static Vector ___Simple_Pattern_Name_12_excludePatterns; public static Vector ___Simple_Pattern_Name_12_includePatterns; public static Vector ___Simple_Pattern_Name_12_patterns; public static PlatformChk ___Check_Platform_64; public static Vector ___Check_Platform_64_doNotInstallOnPlatformList; public static Vector ___Check_Platform_64_installOnPlatformList; public static PlatformChk ___Check_Platform_65; public static Vector ___Check_Platform_65_doNotInstallOnPlatformList; public static Vector ___Check_Platform_65_installOnPlatformList; public static PlatformChk ___Check_Platform_66; public static Vector ___Check_Platform_66_doNotInstallOnPlatformList; public static Vector ___Check_Platform_66_installOnPlatformList; public static PlatformChk ___Check_Platform_67; public static Vector ___Check_Platform_67_doNotInstallOnPlatformList; public static Vector ___Check_Platform_67_installOnPlatformList; public static PlatformChk ___Check_Platform_68; public static Vector ___Check_Platform_68_doNotInstallOnPlatformList; public static Vector ___Check_Platform_68_installOnPlatformList; public static PlatformChk ___Check_Platform_69; public static Vector ___Check_Platform_69_doNotInstallOnPlatformList; public static Vector ___Check_Platform_69_installOnPlatformList; public static PlatformChk ___Check_Platform_70; public static Vector ___Check_Platform_70_doNotInstallOnPlatformList; public static Vector ___Check_Platform_70_installOnPlatformList; public static PlatformChk ___Check_Platform_71; public static Vector ___Check_Platform_71_doNotInstallOnPlatformList; public static Vector ___Check_Platform_71_installOnPlatformList; public static UserMagicFolder5MF ___com_zerog_ia_installer_util_magicfolders_UserMagicFolder5MF; public static PlatformChk ___Check_Platform_72; public static Vector ___Check_Platform_72_doNotInstallOnPlatformList; public static Vector ___Check_Platform_72_installOnPlatformList; public static PlatformChk ___Check_Platform_73; public static Vector ___Check_Platform_73_doNotInstallOnPlatformList; public static Vector ___Check_Platform_73_installOnPlatformList; public static PlatformChk ___Check_Platform_74; public static Vector ___Check_Platform_74_doNotInstallOnPlatformList; public static Vector ___Check_Platform_74_installOnPlatformList; public static int numIncrements = 393; public static byte[] scriptID = new byte[]{12, 42, 11, 90, 88, 49, 56, 48, 52, 78, 74, 78, 56, 65, 82, 76}; public static byte[] buildID = new byte[]{3, 13, 71, 87, 105, 110, 100, 111, 119, 115, 32, 50, 48, 48, 48, 44, 32, 53, 46, 48, 44, 32, 120, 56, 54, 59, 32, 74, 97, 118, 97, 32, 49, 46, 51, 46, 49, 95, 48, 49, 44, 32, 83, 117, 110, 32, 77, 105, 99, 114, 111, 115, 121, 115, 116, 101, 109, 115, 32, 73, 110, 99, 46, 44, 32, 104, 116, 116, 112, 58, 47, 47, 106, 97, 118, 97, 46, 115, 117, 110, 46, 99, 111, 109, 47, 59, 32, 101, 110, 44, 32, 85, 83, 59, 32, 67, 112, 49, 50, 53, 50}; public static void loadScript1() { ___JBuilderFND = new Installer(); ___Full_Install = new InstallSet(); ___Install = new InstallBundle(); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10 = new GhostDirectory(); ___bin = new InstallDirectory(); ___cfglib_sh = new InstallFile(); ___cfglib_sh_1 = new InstallFile(); ___config_readme_html = new InstallFile(); ___config_readme_html_1 = new InstallFile(); ___config_readme_html_2 = new InstallFile(); ___dumpenv = new InstallFile(); ___dumpenv_1 = new InstallFile(); ___FileAssociations_dll = new InstallFile(); ___FileAssociations_DE = new InstallFile(); ___FileAssociations_ES = new InstallFile(); ___FileAssociations_FR = new InstallFile(); ___FileAssociations_JPN = new InstallFile(); ___JavaLauncher_dll = new InstallFile(); ___jbconnect = new InstallFile(); ___jbconnect_1 = new InstallFile(); ___jbuilder = new InstallFile(); ___jbuilder_1 = new InstallFile(); ___jbuilder_2 = new InstallFile(); ___JBuilder_config = new InstallFile(); ___JBuilder_config_1 = new InstallFile(); ___JBuilder_config_2 = new InstallFile(); ___JBuilder_exe = new InstallFile(); ___JBuilderW_exe = new InstallFile(); ___jdk_config = new InstallFile(); ___Install_SpeedFolder0_defaults = new InstallDirCont(); ___Install_SpeedFolder0_defaults_1 = new InstallDirCont(); ___Install_SpeedFolder0_defaults_2 = new InstallDirCont(); ___Install_SpeedFolder0_defaults_3 = new InstallDirCont(); ___Install_SpeedFolder0_doc = new InstallDirCont(); ___Install_SpeedFolder0_lib = new InstallDirCont(); ___lib = new InstallDirectory(); ___linuxDesktopConfigurator_jar = new InstallZipfile(); ___ext = new InstallDirectory(); ___HardwareGraphics_config = new InstallFile(); ___Install_SpeedFolder0_patch = new InstallDirCont(); ___redist = new InstallDirectory(); ___Install_SpeedFolder0_samples = new InstallDirCont(); ___Install_SpeedFolder0_samples_1 = new InstallDirCont(); ___Install_SpeedFolder0_samples_2 = new InstallDirCont(); ___Install_SpeedFolder0_samples_3 = new InstallDirCont(); ___buildnum_txt = new InstallFile(); ___jbuilder_icon_xpm = new InstallFile(); ___jbuilder_mini_icon_xpm = new InstallFile(); ___javaSource_xpm = new InstallFile(); ___jbuilderProject_xpm = new InstallFile(); ___UninstallPersonal = new InstallDirectory(); ___UninstallPersonal_1 = new InstallUninstaller(); ___Set_Windows_Registry_0_Single_Entry0_Borland0JBuilder06_0_0PathName0 = new MakeRegEntry(); ___Set_Windows_Registry_0_Multiple_Entries0_Uninstall_Entries = new SpeedRegistry(); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries = new SpeedRegistry(); ___jdk1_3_1 = new InstallDirectory(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_BUNDLED_VM_INSTALLER = new EditVariableTable(); ___USER_MAGIC_FOLDER_3_0USER_MAGIC_FOLDER_30 = new GhostDirectory(); ___temp = new MakeExecutable(); ___Install_Folder_0USER_INSTALL_DIR0 = new GhostDirectory(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_JBUILDER_HOME = new EditVariableTable(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_JDK_DIR = new EditVariableTable(); ___Execute_Custom_Code0_com_borland_install_iacc_MakeJDKConfig = new CustomAction(); ___Execute_Custom_Code0_com_borland_install_iacc_UnixSaveConfig = new CustomAction(); ___Execute_Custom_Code0_com_borland_install_iacc_CopyFiles = new CustomAction(); ___Execute_Command0_JDK_DIR0bin0java_0jar_USER_MAGIC_FOLDER_10lib0linuxDesktopConfigurator_jar_USER_MAGIC_FOLDER_1_noask = new Exec(); ___Execute_Command0_del_USER_MAGIC_FOLDER_10samples0chmod_samples = new Exec(); ___Execute_Command0_chmod_755_USER_MAGIC_FOLDER_10samples0chmod_samples = new Exec(); ___Shortcuts_0USER_SHORTCUTS0 = new GhostDirectory(); ___PRODUCT_NAME = new CreateShortcut(); ___Licensing_Information = new CreateShortcut(); ___Uninstall_PRODUCT_NAME = new CreateShortcut(); ___USER_MAGIC_FOLDER_4_0USER_MAGIC_FOLDER_40 = new GhostDirectory(); ___Install_SpeedFolder0_JBuilder_app = new InstallDirCont(); ___Install_SpeedFolder0_Licensing_Information_app = new InstallDirCont(); ___Execute_Command0_mkdir_0p_0usr0local0bin = new Exec(); ___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40JBuilder_app0Contents0MacOS0JBuilder0 = new Exec(); ___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40Licensing_Information_app0Contents0MacOS0Licensing_Information0 = new Exec(); ___License_html = new CreateShortcut(); ___OpenTools = new CreateShortcut(); ___Release_Notes_html = new CreateShortcut(); ___Uninstall_PRODUCT_NAME_1 = new CreateShortcut(); ___USER_MAGIC_FOLDER_5_0USER_MAGIC_FOLDER_50 = new GhostDirectory(); ___bin_1 = new InstallDirectory(); ___jbuilder_3 = new InstallFile(); ___Execute_Custom_Code0_com_borland_install_iacc_MakeMacULB = new CustomAction(); ___Do_not_install_0DO_NOT_INSTALL0 = new GhostDirectory(); ___BillboardFnd_de_jpg = new InstallFile(); ___BillboardFnd_es_jpg = new InstallFile(); ___BillboardFnd_fr_jpg = new InstallFile(); ___BillboardFnd_ja_jpg = new InstallFile(); ___BillboardFnd_jpg = new Billboard(); ___JBuilderFND.setInstallLogEnabled(true); ___JBuilderFND.setSupportsSilentUI(true); ___JBuilderFND_buildSettings = new Properties(); ___JBuilderFND_buildSettings.put("com.zerog.ia.build.vmpack.unix.path", "Sun131Linux.vm"); ___JBuilderFND_buildSettings.put("com.zerog.ia.build.platform.linux.vm", "true"); ___JBuilderFND_buildSettings.put("com.zerog.ia.build.platform.solaris.vm", "true"); ___JBuilderFND_buildSettings.put("com.zerog.ia.build.options.optimization.platform", "true"); ___JBuilderFND_buildSettings.put("com.zerog.ia.build.platform.hpux.vm", "false"); ___JBuilderFND_buildSettings.put("com.zerog.ia.build.platform.unix.novm", "false"); ___JBuilderFND_buildSettings.put("com.zerog.ia.build.vmpack.solaris.path", "Sun131SparcSolaris.vm"); ___JBuilderFND_buildSettings.put("com.zerog.ia.build.platform.macos9.vm", "false"); ___JBuilderFND_buildSettings.put("com.zerog.ia.build.platform.aix.vm", "false"); ___JBuilderFND_buildSettings.put("com.zerog.ia.build.vmpack.linux.path", "Sun131Linux.vm"); ___JBuilderFND_buildSettings.put("com.zerog.ia.installer.options.platform.macosx.authentication", "true"); ___JBuilderFND_buildSettings.put("com.zerog.ia.installer.options.platform.unix.ui.default", "GUI"); ___JBuilderFND_buildSettings.put("com.zerog.ia.build.platform.java.novm", "false"); ___JBuilderFND_buildSettings.put("com.zerog.ia.build.platform.windows.novm", "false"); ___JBuilderFND_buildSettings.put("com.zerog.ia.build.vmpack.windows.path", "Sun131Win32.vm"); ___JBuilderFND_buildSettings.put("com.zerog.ia.build.vmpack.macos9.path", "Apple224MRJ.vm"); ___JBuilderFND_buildSettings.put("com.zerog.ia.build.platform.macos9.novm", "false"); ___JBuilderFND_buildSettings.put("com.zerog.ia.build.options.output.web", "true"); ___JBuilderFND_buildSettings.put("com.zerog.ia.build.platform.macosx.novm", "true"); ___JBuilderFND_buildSettings.put("com.zerog.ia.build.platform.windows.vm", "true"); ___JBuilderFND.setBuildSettings(___JBuilderFND_buildSettings); ___JBuilderFND.setPanelImageName("jb5_install.jpg"); __installFrameConfigurator_1 = new InstallFrameConfigurator(); __installFrameConfigurator_1.setBevelDecoration(true); __installFrameConfigurator_1.setFitBackgroundImageHorizontally(true); __installFrameConfigurator_1.setCurrentLabelIconPath("com/zerog/ia/installer/images/"); __installFrameConfigurator_1.setUseLabelBackgroundImage(false); __installFrameConfigurator_1.setCurrentLabelIconName("currentLabelIcon.gif"); __installFrameConfigurator_1.setFutureLabelIconPath("com/zerog/ia/installer/images/"); __installFrameConfigurator_1.setFitBackgroundImageVertically(true); __installFrameConfigurator_1.setFutureLabelIconName("futureLabelIcon.gif"); __installFrameConfigurator_1.setPreviousLabelIconPath("com/zerog/ia/installer/images/"); __installFrameConfigurator_1.setPreviousLabelIconName("previousLabelIcon.gif"); __installFrameConfigurator_1.setBackgroundImagePath("C:\\install\\src\\JBuilderFnd\\"); __installFrameConfigurator_1.setLabelBackgroundImagePath("com/zerog/ia/installer/images/"); __installFrameConfigurator_1.setBackgroundImageName("Install_Background.jpg"); __installFrameConfigurator_1.setLabelBackgroundImageName("labelBackground.png"); __installFrameConfigurator_1.setUseBackgroundImage(true); __installFrameConfigurator_1.setDecorationType(1); ProgressMonitor.updateScriptIncrement(); ___JBuilderFND.setInstallFrameConfigurator(__installFrameConfigurator_1); ___JBuilderFND.setMacOSXPermissions("775"); ___JBuilderFND.setRulesFailedMessage("The installer cannot run on your configuration. It will now quit."); ___JBuilderFND_postInstallActions = new Vector(); ___Panel0_Install_Complete0_Install_Complete = new InstallCompleteAction(); ___Panel0_Install_Complete0_Install_Complete.setLabelIndex(6); ___Panel0_Install_Complete0_Install_Complete.setImageOption(1); ___Panel0_Install_Complete0_Install_Complete.setJustification(new Integer(0)); ___Panel0_Install_Complete0_Install_Complete.setStepTitle("Install Complete"); ___Panel0_Install_Complete0_Install_Complete.setAlignment(new Integer(3)); ___Panel0_Install_Complete0_Install_Complete.setLabelOption(2); ___Panel0_Install_Complete0_Install_Complete.setMessage("$PRODUCT_NAME$ installed successfully. Please refer to setup_linux.html for instructions on using your license key so you have access to the features of $PRODUCT_NAME$. Press \"Done\" to quit the installer."); ___Panel0_Install_Complete0_Install_Complete.setExternalID("InstallCompleteAction.705"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform = new PlatformChk(); ___Check_Platform_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform.setDoNotInstallOnPlatformList(___Check_Platform_doNotInstallOnPlatformList); ___Check_Platform_installOnPlatformList = new Vector(); ___Check_Platform_installOnPlatformList.addElement("Linux"); ___Check_Platform.setInstallOnPlatformList(___Check_Platform_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Panel0_Install_Complete0_Install_Complete.addRule(___Check_Platform); ___JBuilderFND_postInstallActions.addElement(___Panel0_Install_Complete0_Install_Complete); ___Panel0_Install_Complete0_Install_Complete_1 = new InstallCompleteAction(); ___Panel0_Install_Complete0_Install_Complete_1.setLabelIndex(6); ___Panel0_Install_Complete0_Install_Complete_1.setImageOption(1); ___Panel0_Install_Complete0_Install_Complete_1.setJustification(new Integer(0)); ___Panel0_Install_Complete0_Install_Complete_1.setStepTitle("Install Complete"); ___Panel0_Install_Complete0_Install_Complete_1.setAlignment(new Integer(3)); ___Panel0_Install_Complete0_Install_Complete_1.setLabelOption(2); ___Panel0_Install_Complete0_Install_Complete_1.setMessage("$PRODUCT_NAME$ installed successfully. Please refer to setup_mac.html for instructions on using your license key so you have access to the features of $PRODUCT_NAME$. Press \"Done\" to quit the installer."); ___Panel0_Install_Complete0_Install_Complete_1.setExternalID("InstallCompleteAction.709"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_1 = new PlatformChk(); ___Check_Platform_1_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_1_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_1_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_1_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_1_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_1_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_1_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_1_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_1_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_1_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_1_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_1_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_1_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_1_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_1_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_1_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_1_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_1_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_1_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_1.setDoNotInstallOnPlatformList(___Check_Platform_1_doNotInstallOnPlatformList); ___Check_Platform_1_installOnPlatformList = new Vector(); ___Check_Platform_1_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_1.setInstallOnPlatformList(___Check_Platform_1_installOnPlatformList); } public static void loadScript2() { ProgressMonitor.updateScriptIncrement(); ___Panel0_Install_Complete0_Install_Complete_1.addRule(___Check_Platform_1); ___JBuilderFND_postInstallActions.addElement(___Panel0_Install_Complete0_Install_Complete_1); ___Panel0_Install_Complete0_Install_Complete_2 = new InstallCompleteAction(); ___Panel0_Install_Complete0_Install_Complete_2.setLabelIndex(6); ___Panel0_Install_Complete0_Install_Complete_2.setImageOption(1); ___Panel0_Install_Complete0_Install_Complete_2.setJustification(new Integer(0)); ___Panel0_Install_Complete0_Install_Complete_2.setStepTitle("Install Complete"); ___Panel0_Install_Complete0_Install_Complete_2.setAlignment(new Integer(3)); ___Panel0_Install_Complete0_Install_Complete_2.setLabelOption(2); ___Panel0_Install_Complete0_Install_Complete_2.setMessage("$PRODUCT_NAME$ installed successfully. Please refer to setup_solaris.html for instructions on using your license key so you have access to the features of $PRODUCT_NAME$. Press \"Done\" to quit the installer."); ___Panel0_Install_Complete0_Install_Complete_2.setExternalID("InstallCompleteAction.710"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_2 = new PlatformChk(); ___Check_Platform_2_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_2_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_2_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_2_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_2_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_2_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_2_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_2_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_2_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_2_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_2_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_2_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_2_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_2_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_2_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_2_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_2_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_2_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_2.setDoNotInstallOnPlatformList(___Check_Platform_2_doNotInstallOnPlatformList); ___Check_Platform_2_installOnPlatformList = new Vector(); ___Check_Platform_2_installOnPlatformList.addElement("Solaris"); ___Check_Platform_2_installOnPlatformList.addElement("SunOS"); ___Check_Platform_2.setInstallOnPlatformList(___Check_Platform_2_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Panel0_Install_Complete0_Install_Complete_2.addRule(___Check_Platform_2); ___JBuilderFND_postInstallActions.addElement(___Panel0_Install_Complete0_Install_Complete_2); ___Panel0_Install_Complete0_Install_Complete_3 = new InstallCompleteAction(); ___Panel0_Install_Complete0_Install_Complete_3.setLabelIndex(6); ___Panel0_Install_Complete0_Install_Complete_3.setImageOption(1); ___Panel0_Install_Complete0_Install_Complete_3.setJustification(new Integer(0)); ___Panel0_Install_Complete0_Install_Complete_3.setStepTitle("Install Complete"); ___Panel0_Install_Complete0_Install_Complete_3.setAlignment(new Integer(3)); ___Panel0_Install_Complete0_Install_Complete_3.setLabelOption(2); ___Panel0_Install_Complete0_Install_Complete_3.setMessage("$PRODUCT_NAME$ installed successfully. Please refer to setup_windows.html for instructions on using your license key so you have access to the features of $PRODUCT_NAME$. Press \"Done\" to quit the installer."); ___Panel0_Install_Complete0_Install_Complete_3.setExternalID("InstallCompleteAction.711"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_3 = new PlatformChk(); ___Check_Platform_3_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_3_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_3_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_3_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_3_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_3_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_3_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_3_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_3_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_3_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_3_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_3_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_3_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_3_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_3_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_3.setDoNotInstallOnPlatformList(___Check_Platform_3_doNotInstallOnPlatformList); ___Check_Platform_3_installOnPlatformList = new Vector(); ___Check_Platform_3_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_3_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_3_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_3_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_3_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_3.setInstallOnPlatformList(___Check_Platform_3_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Panel0_Install_Complete0_Install_Complete_3.addRule(___Check_Platform_3); ___JBuilderFND_postInstallActions.addElement(___Panel0_Install_Complete0_Install_Complete_3); ___JBuilderFND.setPostInstallActions(___JBuilderFND_postInstallActions); ___JBuilderFND.setJREInstallDirectory(155); ___JBuilderFND.setInstallProgressLabelIndex(5); ___JBuilderFND.setInstallerName("per_install"); ___JBuilderFND.setDefaultInstallSetIndex(0); ___JBuilderFND.setUserSplashPath("C:\\install\\src\\JBuilderFnd\\"); ___JBuilderFND.setUnixPermissions("755"); ___JBuilderFND.setSupportsAWTUI(true); ___JBuilderFND.setWizardME(___temp); ___JBuilderFND.setPreferredGUIMode(2); ___JBuilderFND.setSplashHeight(350); ___JBuilderFND.setInstallProgressImagePath("C:\\install\\src\\JBuilderFnd\\"); ___JBuilderFND.setInstallerWindowName("JBuilderFND"); ___com_zerog_ia_installer_util_magicfolders_InstallDirMF = (InstallDirMF)MagicFolder.get(155); ___com_zerog_ia_installer_util_magicfolders_ProgramsDirMF = (ProgramsDirMF)MagicFolder.get(159); ProgressMonitor.updateScriptIncrement(); ___com_zerog_ia_installer_util_magicfolders_InstallDirMF.setMacXMagicFolder(___com_zerog_ia_installer_util_magicfolders_ProgramsDirMF); ___com_zerog_ia_installer_util_magicfolders_InstallDirMF.setMacMagicFolder(___com_zerog_ia_installer_util_magicfolders_ProgramsDirMF); ___com_zerog_ia_installer_util_magicfolders_InstallDirMF.setSolarisMagicFolder(___com_zerog_ia_installer_util_magicfolders_ProgramsDirMF); ___com_zerog_ia_installer_util_magicfolders_SystemDriveRootMF = (SystemDriveRootMF)MagicFolder.get(157); ProgressMonitor.updateScriptIncrement(); ___com_zerog_ia_installer_util_magicfolders_InstallDirMF.setWin32MagicFolder(___com_zerog_ia_installer_util_magicfolders_SystemDriveRootMF); ___com_zerog_ia_installer_util_magicfolders_InstallDirMF.setWin32MagicFolderPath("JBuilder6"); ___com_zerog_ia_installer_util_magicfolders_InstallDirMF.setMacXMagicFolderPath("JBuilder6"); ___com_zerog_ia_installer_util_magicfolders_InstallDirMF.setMacMagicFolderPath("JBuilder6"); ___com_zerog_ia_installer_util_magicfolders_InstallDirMF.setSolarisMagicFolderPath("JBuilder6"); ProgressMonitor.updateScriptIncrement(); ___JBuilderFND.setInstallDir(___com_zerog_ia_installer_util_magicfolders_InstallDirMF); ___JBuilderFND.setProductName("JBuilder 6 Personal"); ___JBuilderFND_classpath = new Vector(); ___JBuilderFND.setClasspath(___JBuilderFND_classpath); ___JBuilderFND.setPanelImagePath("C:\\install\\src\\JBuilderFnd\\"); ___JBuilderFND.setInstallLogFormat(1); ___Custom = new InstallSet(); ___Custom.setShortName("Custom"); ___Custom.setImagePath("com/zerog/ia/installer/images/"); ___Custom.setInstallSetName("Custom"); ___Custom.setImageName("customIcon.png"); ___Custom.setDescription("Choose this option to customize the components to be installed."); ___Custom.setExternalID("InstallSet.727"); ProgressMonitor.updateScriptIncrement(); ___JBuilderFND.setCustomInstallSet(___Custom); ___JBuilderFND.setSupportsConsoleUI(true); ___JBuilderFND.setInstallProgressImageOption(2); ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF = (ShortcutsMF)MagicFolder.get(158); ___com_zerog_ia_installer_util_magicfolders_DesktopMF = (DesktopMF)MagicFolder.get(16); ProgressMonitor.updateScriptIncrement(); ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF.setMacXMagicFolder(___com_zerog_ia_installer_util_magicfolders_DesktopMF); ___com_zerog_ia_installer_util_magicfolders_DoNotInstallMF = (DoNotInstallMF)MagicFolder.get(993); ProgressMonitor.updateScriptIncrement(); ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF.setMacMagicFolder(___com_zerog_ia_installer_util_magicfolders_DoNotInstallMF); ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF.setSolarisMagicFolder(___com_zerog_ia_installer_util_magicfolders_DoNotInstallMF); ___com_zerog_ia_installer_util_magicfolders_ProgramsMenuMF = (ProgramsMenuMF)MagicFolder.get(2); ProgressMonitor.updateScriptIncrement(); ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF.setWin32MagicFolder(___com_zerog_ia_installer_util_magicfolders_ProgramsMenuMF); ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF.setWin32MagicFolderPath("$PRODUCT_NAME$"); ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF.setMacXMagicFolderPath(""); ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF.setMacMagicFolderPath(""); ___com_zerog_ia_installer_util_magicfolders_ShortcutsMF.setSolarisMagicFolderPath(""); ProgressMonitor.updateScriptIncrement(); ___JBuilderFND.setShortcutDir(___com_zerog_ia_installer_util_magicfolders_ShortcutsMF); ___JBuilderFND.setSupportsSwingUI(true); ___JBuilderFND_localesToBuild = new Vector(); ___JBuilderFND_localesToBuild.addElement("en"); ___JBuilderFND_localesToBuild.addElement("fr"); ___JBuilderFND_localesToBuild.addElement("de"); ___JBuilderFND_localesToBuild.addElement("ja"); ___JBuilderFND.setLocalesToBuild(___JBuilderFND_localesToBuild); ___JBuilderFND.setInstallProgressLabelOption(2); ___JBuilderFND.setSplashWidth(450); ___JBuilderFND.setUninstallJRE(true); ___JBuilderFND.setUserSplashName("Splash.jpg"); ___JBuilderFND_preInstallActions = new Vector(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_JBUILDER_VERSION = new EditVariableTable(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_JBUILDER_VERSION.setName("$JBUILDER_VERSION$"); ___Set_InstallAnywhere_Variable_0_Single_Variable0_JBUILDER_VERSION.setShouldUninstall(true); ___Set_InstallAnywhere_Variable_0_Single_Variable0_JBUILDER_VERSION.setValue("6"); ProgressMonitor.updateScriptIncrement(); ___JBuilderFND_preInstallActions.addElement(___Set_InstallAnywhere_Variable_0_Single_Variable0_JBUILDER_VERSION); ___Execute_Custom_Code0_com_borland_install_iacc_SetVersionNumber = new CustomAction(); ___Execute_Custom_Code0_com_borland_install_iacc_SetVersionNumber.setClientClassFullName("com.borland.install.iacc.SetVersionNumber"); ___Execute_Custom_Code0_com_borland_install_iacc_SetVersionNumber.setResourcePath("C:\\install\\src\\CustomCode\\"); ___Execute_Custom_Code0_com_borland_install_iacc_SetVersionNumber.setShowPleaseWaitPanel(true); ___Execute_Custom_Code0_com_borland_install_iacc_SetVersionNumber.setResourceName("jbcc.jar"); ___Execute_Custom_Code0_com_borland_install_iacc_SetVersionNumber.setREF(34); ___Execute_Custom_Code0_com_borland_install_iacc_SetVersionNumber.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___JBuilderFND_preInstallActions.addElement(___Execute_Custom_Code0_com_borland_install_iacc_SetVersionNumber); ___Panel0_Introduction0_Introduction = new IntroAction(); ___Panel0_Introduction0_Introduction.setLabelIndex(0); ___Panel0_Introduction0_Introduction.setImageOption(1); ___Panel0_Introduction0_Introduction.setJustification(new Integer(0)); ___Panel0_Introduction0_Introduction.setStepTitle("Introduction"); ___Panel0_Introduction0_Introduction.setAlignment(new Integer(3)); ___Panel0_Introduction0_Introduction.setLabelOption(2); ___Panel0_Introduction0_Introduction.setMessage("InstallAnywhere will guide you through the installation of $PRODUCT_NAME$. Use the \"Next\" button to proceed to the next screen. If you want to change something in a previous screen, click the \"Previous\" button. You may quit the installer at any time by clicking the \"Cancel\" button."); ___Panel0_Introduction0_Introduction.setExternalID("IntroAction.706"); ProgressMonitor.updateScriptIncrement(); ___JBuilderFND_preInstallActions.addElement(___Panel0_Introduction0_Introduction); ___Panel0_License_Agreement0_License_Agreement = new LicenseAgrAction(); ___Panel0_License_Agreement0_License_Agreement.setLabelIndex(-1); ___Panel0_License_Agreement0_License_Agreement.setImageOption(1); ___Panel0_License_Agreement0_License_Agreement.setAgreeWithLicenseByDefault(false); ___Panel0_License_Agreement0_License_Agreement.setRequiresUserChoice(true); ___Panel0_License_Agreement0_License_Agreement.setResourcePath("C:\\metro1\\misc\\JBuilderSTD\\"); ___Panel0_License_Agreement0_License_Agreement.setStepPrompt("Installation and Use of $PRODUCT_NAME$ Requires Acceptance of the Following License Agreement:"); ___Panel0_License_Agreement0_License_Agreement.setResourceName("license.html"); ___Panel0_License_Agreement0_License_Agreement.setTitle("License Agreement"); ___Panel0_License_Agreement0_License_Agreement.setLabelOption(3); ___Panel0_License_Agreement0_License_Agreement.setExternalID("LicenseAgrAction.728"); ProgressMonitor.updateScriptIncrement(); ___JBuilderFND_preInstallActions.addElement(___Panel0_License_Agreement0_License_Agreement); ___Execute_Custom_Code0_com_borland_install_iacc_CheckJDKPath = new CustomAction(); ___Execute_Custom_Code0_com_borland_install_iacc_CheckJDKPath.setClientClassFullName("com.borland.install.iacc.CheckJDKPath"); ___Execute_Custom_Code0_com_borland_install_iacc_CheckJDKPath.setResourcePath("C:\\install\\src\\CustomCode"); ___Execute_Custom_Code0_com_borland_install_iacc_CheckJDKPath.setShowPleaseWaitPanel(true); ___Execute_Custom_Code0_com_borland_install_iacc_CheckJDKPath.setResourceName("jbcc.jar"); ___Execute_Custom_Code0_com_borland_install_iacc_CheckJDKPath.setREF(7); ___Execute_Custom_Code0_com_borland_install_iacc_CheckJDKPath.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___JBuilderFND_preInstallActions.addElement(___Execute_Custom_Code0_com_borland_install_iacc_CheckJDKPath); ___Set_InstallAnywhere_Variable_0_Single_Variable0_JDK_DIR_1 = new EditVariableTable(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_JDK_DIR_1.setName("$JDK_DIR$"); ___Set_InstallAnywhere_Variable_0_Single_Variable0_JDK_DIR_1.setShouldUninstall(true); ___Set_InstallAnywhere_Variable_0_Single_Variable0_JDK_DIR_1.setValue("$JAVA_HOME2$"); ProgressMonitor.updateScriptIncrement(); ___JBuilderFND_preInstallActions.addElement(___Set_InstallAnywhere_Variable_0_Single_Variable0_JDK_DIR_1); ___Execute_Custom_Code0_com_borland_install_iacc_FindJVM = new CustomAction(); ___Execute_Custom_Code0_com_borland_install_iacc_FindJVM.setClientClassFullName("com.borland.install.iacc.FindJVM"); ___Execute_Custom_Code0_com_borland_install_iacc_FindJVM.setResourcePath("C:\\install\\src\\CustomCode"); ___Execute_Custom_Code0_com_borland_install_iacc_FindJVM.setShowPleaseWaitPanel(true); ___Execute_Custom_Code0_com_borland_install_iacc_FindJVM.setResourceName("jbcc.jar"); ___Execute_Custom_Code0_com_borland_install_iacc_FindJVM.setREF(5); ___Execute_Custom_Code0_com_borland_install_iacc_FindJVM.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___JBuilderFND_preInstallActions.addElement(___Execute_Custom_Code0_com_borland_install_iacc_FindJVM); ___Panel0_Choose_Folder0_Select_JDK_Folder = new ChooseFolder(); ___com_zerog_ia_installer_util_magicfolders_JavaHomeMF = (JavaHomeMF)MagicFolder.get(996); ProgressMonitor.updateScriptIncrement(); ___Panel0_Choose_Folder0_Select_JDK_Folder.setMagicFolder(___com_zerog_ia_installer_util_magicfolders_JavaHomeMF); ___Panel0_Choose_Folder0_Select_JDK_Folder.setLabelIndex(2); ___Panel0_Choose_Folder0_Select_JDK_Folder.setDefaultFile(""); ___Panel0_Choose_Folder0_Select_JDK_Folder.setImageOption(1); ___Panel0_Choose_Folder0_Select_JDK_Folder.setCanManuallyEnterPath(true); ___Panel0_Choose_Folder0_Select_JDK_Folder.setPrompt("Please Choose a JDK Folder:"); ___Panel0_Choose_Folder0_Select_JDK_Folder.setCheckPermissions(false); } public static void loadScript3() { ___Panel0_Choose_Folder0_Select_JDK_Folder.setStepTitle("Select JDK Folder"); ___Panel0_Choose_Folder0_Select_JDK_Folder.setAdditionalText("$PRODUCT_NAME$ requires JDK 1.3.1 or greater to run. The JDK detected is not version 1.3.1. Please select the directory where JDK 1.3.1 is installed, or click next to continue."); ___Panel0_Choose_Folder0_Select_JDK_Folder.setParentFolder("PathOfSelectedFile"); ___Panel0_Choose_Folder0_Select_JDK_Folder.setSelection("JDK_DIR"); ___Panel0_Choose_Folder0_Select_JDK_Folder.setLabelOption(2); ___Panel0_Choose_Folder0_Select_JDK_Folder.setExternalID("ChooseFolder.278"); ProgressMonitor.updateScriptIncrement(); ___Compare_InstallAnywhere_Variables = new CompareVariable(); ___Compare_InstallAnywhere_Variables.setContainer(___Panel0_Choose_Folder0_Select_JDK_Folder); ___Compare_InstallAnywhere_Variables.setOperandOne("$IS_JDK_OK$"); ___Compare_InstallAnywhere_Variables.setOperation("equals"); ___Compare_InstallAnywhere_Variables.setOperandTwo("false"); ___Compare_InstallAnywhere_Variables.setExternalID("CompareVariable.279"); ProgressMonitor.updateScriptIncrement(); ___Panel0_Choose_Folder0_Select_JDK_Folder.addRule(___Compare_InstallAnywhere_Variables); ___JBuilderFND_preInstallActions.addElement(___Panel0_Choose_Folder0_Select_JDK_Folder); ___Panel0_Choose_Folder0_Choose_Install_Folder = new ChooseFolder(); ___Panel0_Choose_Folder0_Choose_Install_Folder.setMagicFolder(___com_zerog_ia_installer_util_magicfolders_SystemDriveRootMF); ___Panel0_Choose_Folder0_Choose_Install_Folder.setLabelIndex(3); ___Panel0_Choose_Folder0_Choose_Install_Folder.setDefaultFile("JBuilder6"); ___Panel0_Choose_Folder0_Choose_Install_Folder.setImageOption(1); ___Panel0_Choose_Folder0_Choose_Install_Folder.setCanManuallyEnterPath(true); ___Panel0_Choose_Folder0_Choose_Install_Folder.setPrompt("Where would you like to install?"); ___Panel0_Choose_Folder0_Choose_Install_Folder.setCheckPermissions(true); ___Panel0_Choose_Folder0_Choose_Install_Folder.setStepTitle("Choose Install Folder"); ___Panel0_Choose_Folder0_Choose_Install_Folder.setAdditionalText("Please enter a path that does not contain embedded spaces."); ___Panel0_Choose_Folder0_Choose_Install_Folder.setParentFolder("PathOfSelectedFile"); ___Panel0_Choose_Folder0_Choose_Install_Folder.setSelection("$USER_INSTALL_DIR$"); ___Panel0_Choose_Folder0_Choose_Install_Folder.setLabelOption(2); ___Panel0_Choose_Folder0_Choose_Install_Folder.setExternalID("ChooseFolder.144"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_4 = new PlatformChk(); ___Check_Platform_4_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_4_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_4_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_4_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_4_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_4_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_4_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_4_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_4_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_4_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_4_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_4_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_4_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_4_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_4_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_4.setDoNotInstallOnPlatformList(___Check_Platform_4_doNotInstallOnPlatformList); ___Check_Platform_4_installOnPlatformList = new Vector(); ___Check_Platform_4_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_4_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_4_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_4_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_4_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_4_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_4.setInstallOnPlatformList(___Check_Platform_4_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Panel0_Choose_Folder0_Choose_Install_Folder.addRule(___Check_Platform_4); ___JBuilderFND_preInstallActions.addElement(___Panel0_Choose_Folder0_Choose_Install_Folder); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1 = new EditVariableTable(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1.setName("$USER_MAGIC_FOLDER_1$"); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1.setShouldUninstall(true); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1.setValue("$USER_INSTALL_DIR$"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_5 = new PlatformChk(); ___Check_Platform_5_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_5_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_5_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_5_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_5_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_5_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_5_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_5_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_5_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_5_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_5_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_5_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_5_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_5_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_5_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_5.setDoNotInstallOnPlatformList(___Check_Platform_5_doNotInstallOnPlatformList); ___Check_Platform_5_installOnPlatformList = new Vector(); ___Check_Platform_5_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_5_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_5_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_5_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_5_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_5_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_5.setInstallOnPlatformList(___Check_Platform_5_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1.addRule(___Check_Platform_5); ___JBuilderFND_preInstallActions.addElement(___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2 = new EditVariableTable(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2.setName("$USER_MAGIC_FOLDER_2$"); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2.setShouldUninstall(true); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2.setValue("$prop.user.home$"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_6 = new PlatformChk(); ___Check_Platform_6_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_6_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_6_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_6_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_6_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_6_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_6_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_6_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_6_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_6_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_6_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_6_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_6_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_6_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_6_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_6_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_6.setDoNotInstallOnPlatformList(___Check_Platform_6_doNotInstallOnPlatformList); ___Check_Platform_6_installOnPlatformList = new Vector(); ___Check_Platform_6_installOnPlatformList.addElement("Solaris"); ___Check_Platform_6_installOnPlatformList.addElement("SunOS"); ___Check_Platform_6_installOnPlatformList.addElement("Linux"); ___Check_Platform_6.setInstallOnPlatformList(___Check_Platform_6_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2.addRule(___Check_Platform_6); ___JBuilderFND_preInstallActions.addElement(___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2_1 = new EditVariableTable(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2_1.setName("$USER_MAGIC_FOLDER_2$"); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2_1.setShouldUninstall(true); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2_1.setValue("/opt"); ProgressMonitor.updateScriptIncrement(); ___Compare_InstallAnywhere_Variables_1 = new CompareVariable(); ___Compare_InstallAnywhere_Variables_1.setContainer(___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2_1); ___Compare_InstallAnywhere_Variables_1.setOperandOne("$prop.user.name$"); ___Compare_InstallAnywhere_Variables_1.setOperation("equals"); ___Compare_InstallAnywhere_Variables_1.setOperandTwo("root"); ___Compare_InstallAnywhere_Variables_1.setExternalID("CompareVariable.652"); ProgressMonitor.updateScriptIncrement(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2_1.addRule(___Compare_InstallAnywhere_Variables_1); ___Check_Platform_7 = new PlatformChk(); ___Check_Platform_7_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_7_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_7_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_7_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_7_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_7_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_7_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_7_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_7_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_7_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_7_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_7_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_7_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_7_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_7_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_7_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_7_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_7_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_7.setDoNotInstallOnPlatformList(___Check_Platform_7_doNotInstallOnPlatformList); ___Check_Platform_7_installOnPlatformList = new Vector(); ___Check_Platform_7_installOnPlatformList.addElement("Solaris"); ___Check_Platform_7_installOnPlatformList.addElement("SunOS"); ___Check_Platform_7_installOnPlatformList.addElement("Linux"); ___Check_Platform_7.setInstallOnPlatformList(___Check_Platform_7_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2_1.addRule(___Check_Platform_7); ___JBuilderFND_preInstallActions.addElement(___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2_1); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2_2 = new EditVariableTable(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2_2.setName("$USER_MAGIC_FOLDER_2$"); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2_2.setShouldUninstall(true); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2_2.setValue("$SYSTEM_DRIVE_ROOT$/Developer/Applications"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_8 = new PlatformChk(); ___Check_Platform_8_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_8_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_8.setDoNotInstallOnPlatformList(___Check_Platform_8_doNotInstallOnPlatformList); ___Check_Platform_8_installOnPlatformList = new Vector(); ___Check_Platform_8_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_8.setInstallOnPlatformList(___Check_Platform_8_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2_2.addRule(___Check_Platform_8); ___JBuilderFND_preInstallActions.addElement(___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_2_2); ___Panel0_Choose_Folder0_Choose_Install_Folder_1 = new ChooseFolder(); ___com_zerog_ia_installer_util_magicfolders_UserMagicFolder2MF = (UserMagicFolder2MF)MagicFolder.get(991); ProgressMonitor.updateScriptIncrement(); ___Panel0_Choose_Folder0_Choose_Install_Folder_1.setMagicFolder(___com_zerog_ia_installer_util_magicfolders_UserMagicFolder2MF); ___Panel0_Choose_Folder0_Choose_Install_Folder_1.setLabelIndex(3); ___Panel0_Choose_Folder0_Choose_Install_Folder_1.setDefaultFile("JBuilder6"); ___Panel0_Choose_Folder0_Choose_Install_Folder_1.setImageOption(1); ___Panel0_Choose_Folder0_Choose_Install_Folder_1.setCanManuallyEnterPath(true); ___Panel0_Choose_Folder0_Choose_Install_Folder_1.setPrompt("Where would you like to install?"); ___Panel0_Choose_Folder0_Choose_Install_Folder_1.setCheckPermissions(false); ___Panel0_Choose_Folder0_Choose_Install_Folder_1.setStepTitle("Choose Install Folder"); ___Panel0_Choose_Folder0_Choose_Install_Folder_1.setAdditionalText("Please enter a path that does not contain embedded spaces."); ___Panel0_Choose_Folder0_Choose_Install_Folder_1.setParentFolder("PathOfSelectedFile"); ___Panel0_Choose_Folder0_Choose_Install_Folder_1.setSelection("$USER_INSTALL_DIR$"); ___Panel0_Choose_Folder0_Choose_Install_Folder_1.setLabelOption(2); ___Panel0_Choose_Folder0_Choose_Install_Folder_1.setExternalID("ChooseFolder.75"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_9 = new PlatformChk(); ___Check_Platform_9_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_9_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_9_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_9_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_9_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_9_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_9_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_9_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_9_doNotInstallOnPlatformList.addElement("AIX"); } public static void loadScript4() { ___Check_Platform_9_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_9_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_9_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_9_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_9_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_9_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_9.setDoNotInstallOnPlatformList(___Check_Platform_9_doNotInstallOnPlatformList); ___Check_Platform_9_installOnPlatformList = new Vector(); ___Check_Platform_9_installOnPlatformList.addElement("Solaris"); ___Check_Platform_9_installOnPlatformList.addElement("SunOS"); ___Check_Platform_9_installOnPlatformList.addElement("Linux"); ___Check_Platform_9_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_9.setInstallOnPlatformList(___Check_Platform_9_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Panel0_Choose_Folder0_Choose_Install_Folder_1.addRule(___Check_Platform_9); ___JBuilderFND_preInstallActions.addElement(___Panel0_Choose_Folder0_Choose_Install_Folder_1); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1_1 = new EditVariableTable(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1_1.setName("$USER_MAGIC_FOLDER_1$"); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1_1.setShouldUninstall(true); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1_1.setValue("$USER_INSTALL_DIR$"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_10 = new PlatformChk(); ___Check_Platform_10_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_10_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_10_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_10_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_10_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_10_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_10_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_10_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_10_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_10_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_10_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_10_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_10_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_10_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_10_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_10_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_10_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_10_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_10.setDoNotInstallOnPlatformList(___Check_Platform_10_doNotInstallOnPlatformList); ___Check_Platform_10_installOnPlatformList = new Vector(); ___Check_Platform_10_installOnPlatformList.addElement("Solaris"); ___Check_Platform_10_installOnPlatformList.addElement("SunOS"); ___Check_Platform_10_installOnPlatformList.addElement("Linux"); ___Check_Platform_10.setInstallOnPlatformList(___Check_Platform_10_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1_1.addRule(___Check_Platform_10); ___JBuilderFND_preInstallActions.addElement(___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1_1); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1_2 = new EditVariableTable(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1_2.setName("$USER_MAGIC_FOLDER_1$"); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1_2.setShouldUninstall(true); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1_2.setValue("$USER_INSTALL_DIR$/JBuilder.framework"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_11 = new PlatformChk(); ___Check_Platform_11_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_11_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_11.setDoNotInstallOnPlatformList(___Check_Platform_11_doNotInstallOnPlatformList); ___Check_Platform_11_installOnPlatformList = new Vector(); ___Check_Platform_11_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_11.setInstallOnPlatformList(___Check_Platform_11_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1_2.addRule(___Check_Platform_11); ___JBuilderFND_preInstallActions.addElement(___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_1_2); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_3 = new EditVariableTable(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_3.setName("$USER_MAGIC_FOLDER_3$"); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_3.setShouldUninstall(true); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_3.setValue("$USER_INSTALL_DIR$/lib/temp"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_12 = new PlatformChk(); ___Check_Platform_12_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_12_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_12_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_12_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_12_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_12_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_12_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_12_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_12_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_12_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_12_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_12_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_12.setDoNotInstallOnPlatformList(___Check_Platform_12_doNotInstallOnPlatformList); ___Check_Platform_12_installOnPlatformList = new Vector(); ___Check_Platform_12_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_12_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_12_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_12_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_12_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_12_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_12_installOnPlatformList.addElement("Solaris"); ___Check_Platform_12_installOnPlatformList.addElement("SunOS"); ___Check_Platform_12_installOnPlatformList.addElement("Linux"); ___Check_Platform_12.setInstallOnPlatformList(___Check_Platform_12_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_3.addRule(___Check_Platform_12); ___JBuilderFND_preInstallActions.addElement(___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_3); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_3_1 = new EditVariableTable(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_3_1.setName("$USER_MAGIC_FOLDER_3$"); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_3_1.setShouldUninstall(true); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_3_1.setValue("$USER_INSTALL_DIR$/JBuilder.framework/lib/temp"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_13 = new PlatformChk(); ___Check_Platform_13_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_13_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_13.setDoNotInstallOnPlatformList(___Check_Platform_13_doNotInstallOnPlatformList); ___Check_Platform_13_installOnPlatformList = new Vector(); ___Check_Platform_13_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_13.setInstallOnPlatformList(___Check_Platform_13_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_3_1.addRule(___Check_Platform_13); ___JBuilderFND_preInstallActions.addElement(___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_3_1); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_4 = new EditVariableTable(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_4.setName("$USER_MAGIC_FOLDER_4$"); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_4.setShouldUninstall(true); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_4.setValue("$USER_INSTALL_DIR$"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_14 = new PlatformChk(); ___Check_Platform_14_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_14_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_14.setDoNotInstallOnPlatformList(___Check_Platform_14_doNotInstallOnPlatformList); ___Check_Platform_14_installOnPlatformList = new Vector(); ___Check_Platform_14_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_14.setInstallOnPlatformList(___Check_Platform_14_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_4.addRule(___Check_Platform_14); ___JBuilderFND_preInstallActions.addElement(___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_4); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_5 = new EditVariableTable(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_5.setName("$USER_MAGIC_FOLDER_5$"); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_5.setShouldUninstall(true); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_5.setValue("/usr/local"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_15 = new PlatformChk(); ___Check_Platform_15_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_15_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_15.setDoNotInstallOnPlatformList(___Check_Platform_15_doNotInstallOnPlatformList); ___Check_Platform_15_installOnPlatformList = new Vector(); ___Check_Platform_15_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_15.setInstallOnPlatformList(___Check_Platform_15_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_5.addRule(___Check_Platform_15); ___JBuilderFND_preInstallActions.addElement(___Set_InstallAnywhere_Variable_0_Single_Variable0_USER_MAGIC_FOLDER_5); ___Panel0_Pre0Install_Summary0_PRODUCT_NAME_Pre0Installation_Summary = new InstallSummary(); ___Panel0_Pre0Install_Summary0_PRODUCT_NAME_Pre0Installation_Summary.setShowInstallBundles(true); ___Panel0_Pre0Install_Summary0_PRODUCT_NAME_Pre0Installation_Summary.setLabelIndex(4); ___Panel0_Pre0Install_Summary0_PRODUCT_NAME_Pre0Installation_Summary.setImageOption(1); ___Panel0_Pre0Install_Summary0_PRODUCT_NAME_Pre0Installation_Summary.setShowShortcutDir(false); ___Panel0_Pre0Install_Summary0_PRODUCT_NAME_Pre0Installation_Summary.setRequiresUserChoice(false); ___Panel0_Pre0Install_Summary0_PRODUCT_NAME_Pre0Installation_Summary.setShowDiskSpace(true); ___Panel0_Pre0Install_Summary0_PRODUCT_NAME_Pre0Installation_Summary.setStepPrompt("Please Review the Following Before Continuing:"); ___Panel0_Pre0Install_Summary0_PRODUCT_NAME_Pre0Installation_Summary.setShowInstallDir(true); ___Panel0_Pre0Install_Summary0_PRODUCT_NAME_Pre0Installation_Summary.setShowProductName(true); ___Panel0_Pre0Install_Summary0_PRODUCT_NAME_Pre0Installation_Summary.setShowJREDir(true); } public static void loadScript5() { ___Panel0_Pre0Install_Summary0_PRODUCT_NAME_Pre0Installation_Summary.setTitle("$PRODUCT_NAME$ Pre-Installation Summary"); ___Panel0_Pre0Install_Summary0_PRODUCT_NAME_Pre0Installation_Summary.setLabelOption(2); ___Panel0_Pre0Install_Summary0_PRODUCT_NAME_Pre0Installation_Summary.setShowInstallSets(true); ___Panel0_Pre0Install_Summary0_PRODUCT_NAME_Pre0Installation_Summary.setExternalID("InstallSummary.708"); ProgressMonitor.updateScriptIncrement(); ___JBuilderFND_preInstallActions.addElement(___Panel0_Pre0Install_Summary0_PRODUCT_NAME_Pre0Installation_Summary); ___JBuilderFND.setPreInstallActions(___JBuilderFND_preInstallActions); ___JBuilderFND.setInstallProgressImageName("jb5_install.jpg"); ___JBuilderFND.setBundledJREInstall(1); ___JBuilderFND_installLabels = new Vector(); ___JBuilderFND_installLabels.addElement("Introduction"); ___JBuilderFND_installLabels.addElement("Panel: Custom Code"); ___JBuilderFND_installLabels.addElement("Select JDK Folder"); ___JBuilderFND_installLabels.addElement("Choose Install Folder"); ___JBuilderFND_installLabels.addElement("$PRODUCT_NAME$ Pre-Installation Summary"); ___JBuilderFND_installLabels.addElement("Installing..."); ___JBuilderFND_installLabels.addElement("Install Complete"); ___JBuilderFND.setInstallLabels(___JBuilderFND_installLabels); ___JBuilderFND.setJREDirectoryName("jdk1.3.1"); ___JBuilderFND.setExternalID("Installer.1"); ProgressMonitor.updateScriptIncrement(); ___Full_Install.setShortName("Full In"); ___Full_Install.setImagePath("C:\\InstallAnywhere45\\graphics\\icons\\"); ___Full_Install.setInstallSetName("Full Install"); ___Full_Install.setImageName("icon_blue_circle.png"); ___Full_Install.setDescription("This will install all files for $PRODUCT_NAME$."); ___Full_Install.setExternalID("InstallSet.typical.2"); ProgressMonitor.updateScriptIncrement(); ___Install.setShortName("Install"); ___Install.setBundleName("Install"); ___Install.setDescription("This installs $PRODUCT_NAME$."); ___Install.setExternalID("InstallBundle.help.5"); ProgressMonitor.updateScriptIncrement(); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.setUnixPermissions("775"); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.setOverrideUnixPermissions(false); ___com_zerog_ia_installer_util_magicfolders_UserMagicFolder1MF = (UserMagicFolder1MF)MagicFolder.get(992); ProgressMonitor.updateScriptIncrement(); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.setDestinationFolder(___com_zerog_ia_installer_util_magicfolders_UserMagicFolder1MF); ProgressMonitor.updateScriptIncrement(); ___bin.setMacBinary(false); ___bin.setUnixPermissions("775"); ___bin.setRemoveRecursively(false); ___bin.setShouldUninstall(true); ___bin.setOverrideUnixPermissions(false); ___bin.setDestinationName("bin"); ProgressMonitor.updateScriptIncrement(); ___cfglib_sh.setMacBinary(false); ___cfglib_sh.setFileSize(4627L); ___cfglib_sh.setUnixPermissions("777"); ___cfglib_sh.setSourceName("cfglib.sh"); ___cfglib_sh.setShouldUninstall(true); ___cfglib_sh.setSourcePath("C:\\metro1\\platform_linux\\bin\\"); ___cfglib_sh.setOverrideUnixPermissions(false); ___cfglib_sh.setDestinationName("cfglib.sh"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_16 = new PlatformChk(); ___Check_Platform_16_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_16_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_16_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_16_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_16_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_16_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_16_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_16_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_16_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_16_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_16_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_16_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_16_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_16_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_16_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_16_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_16_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_16.setDoNotInstallOnPlatformList(___Check_Platform_16_doNotInstallOnPlatformList); ___Check_Platform_16_installOnPlatformList = new Vector(); ___Check_Platform_16_installOnPlatformList.addElement("Linux"); ___Check_Platform_16.setInstallOnPlatformList(___Check_Platform_16_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___cfglib_sh.addRule(___Check_Platform_16); ___cfglib_sh_1.setMacBinary(false); ___cfglib_sh_1.setFileSize(4627L); ___cfglib_sh_1.setUnixPermissions("777"); ___cfglib_sh_1.setSourceName("cfglib.sh"); ___cfglib_sh_1.setShouldUninstall(true); ___cfglib_sh_1.setSourcePath("C:\\metro1\\platform_solaris\\bin\\"); ___cfglib_sh_1.setOverrideUnixPermissions(false); ___cfglib_sh_1.setDestinationName("cfglib.sh"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_17 = new PlatformChk(); ___Check_Platform_17_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_17_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_17_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_17_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_17_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_17_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_17_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_17_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_17_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_17_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_17_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_17_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_17_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_17_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_17_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_17_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_17.setDoNotInstallOnPlatformList(___Check_Platform_17_doNotInstallOnPlatformList); ___Check_Platform_17_installOnPlatformList = new Vector(); ___Check_Platform_17_installOnPlatformList.addElement("Solaris"); ___Check_Platform_17_installOnPlatformList.addElement("SunOS"); ___Check_Platform_17.setInstallOnPlatformList(___Check_Platform_17_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___cfglib_sh_1.addRule(___Check_Platform_17); ___config_readme_html.setMacBinary(false); ___config_readme_html.setFileSize(2802L); ___config_readme_html.setUnixPermissions("664"); ___config_readme_html.setSourceName("config_readme.html"); ___config_readme_html.setShouldUninstall(true); ___config_readme_html.setSourcePath("C:\\metro1\\platform_linux\\bin\\"); ___config_readme_html.setOverrideUnixPermissions(false); ___config_readme_html.setDestinationName("config_readme.html"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_18 = new PlatformChk(); ___Check_Platform_18_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_18_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_18_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_18_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_18_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_18_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_18_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_18_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_18_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_18_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_18_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_18_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_18_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_18_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_18_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_18_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_18_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_18.setDoNotInstallOnPlatformList(___Check_Platform_18_doNotInstallOnPlatformList); ___Check_Platform_18_installOnPlatformList = new Vector(); ___Check_Platform_18_installOnPlatformList.addElement("Linux"); ___Check_Platform_18.setInstallOnPlatformList(___Check_Platform_18_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___config_readme_html.addRule(___Check_Platform_18); ___config_readme_html_1.setMacBinary(false); ___config_readme_html_1.setFileSize(2802L); ___config_readme_html_1.setUnixPermissions("664"); ___config_readme_html_1.setSourceName("config_readme.html"); ___config_readme_html_1.setShouldUninstall(true); ___config_readme_html_1.setSourcePath("C:\\metro1\\platform_solaris\\bin\\"); ___config_readme_html_1.setOverrideUnixPermissions(false); ___config_readme_html_1.setDestinationName("config_readme.html"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_19 = new PlatformChk(); ___Check_Platform_19_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_19_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_19_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_19_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_19_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_19_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_19_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_19_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_19_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_19_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_19_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_19_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_19_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_19_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_19_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_19_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_19_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_19_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_19.setDoNotInstallOnPlatformList(___Check_Platform_19_doNotInstallOnPlatformList); ___Check_Platform_19_installOnPlatformList = new Vector(); ___Check_Platform_19_installOnPlatformList.addElement("Solaris"); ___Check_Platform_19_installOnPlatformList.addElement("SunOS"); ___Check_Platform_19_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_19.setInstallOnPlatformList(___Check_Platform_19_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___config_readme_html_1.addRule(___Check_Platform_19); ___config_readme_html_2.setMacBinary(false); ___config_readme_html_2.setFileSize(2802L); ___config_readme_html_2.setUnixPermissions("664"); ___config_readme_html_2.setSourceName("config_readme.html"); ___config_readme_html_2.setShouldUninstall(true); ___config_readme_html_2.setSourcePath("C:\\metro1\\platform_windows\\bin\\"); ___config_readme_html_2.setOverrideUnixPermissions(false); ___config_readme_html_2.setDestinationName("config_readme.html"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_20 = new PlatformChk(); ___Check_Platform_20_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_20_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_20_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_20_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_20_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_20_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_20_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_20_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_20_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_20_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_20_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_20_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_20_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_20_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_20_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_20.setDoNotInstallOnPlatformList(___Check_Platform_20_doNotInstallOnPlatformList); ___Check_Platform_20_installOnPlatformList = new Vector(); ___Check_Platform_20_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_20_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_20_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_20_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_20_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_20_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_20.setInstallOnPlatformList(___Check_Platform_20_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___config_readme_html_2.addRule(___Check_Platform_20); ___dumpenv.setMacBinary(false); ___dumpenv.setFileSize(12300L); ___dumpenv.setUnixPermissions("755"); ___dumpenv.setSourceName("dumpenv"); ___dumpenv.setShouldUninstall(true); ___dumpenv.setSourcePath("C:\\metro1\\platform_linux\\bin\\"); ___dumpenv.setOverrideUnixPermissions(true); ___dumpenv.setDestinationName("dumpenv"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_21 = new PlatformChk(); ___Check_Platform_21_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_21_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_21_doNotInstallOnPlatformList.addElement("Windows 98"); } public static void loadScript6() { ___Check_Platform_21_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_21_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_21_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_21_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_21_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_21_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_21_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_21_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_21_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_21_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_21_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_21_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_21_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_21_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_21.setDoNotInstallOnPlatformList(___Check_Platform_21_doNotInstallOnPlatformList); ___Check_Platform_21_installOnPlatformList = new Vector(); ___Check_Platform_21_installOnPlatformList.addElement("Linux"); ___Check_Platform_21.setInstallOnPlatformList(___Check_Platform_21_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___dumpenv.addRule(___Check_Platform_21); ___dumpenv_1.setMacBinary(false); ___dumpenv_1.setFileSize(24484L); ___dumpenv_1.setUnixPermissions("755"); ___dumpenv_1.setSourceName("dumpenv"); ___dumpenv_1.setShouldUninstall(true); ___dumpenv_1.setSourcePath("C:\\metro1\\platform_solaris\\bin\\"); ___dumpenv_1.setOverrideUnixPermissions(true); ___dumpenv_1.setDestinationName("dumpenv"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_22 = new PlatformChk(); ___Check_Platform_22_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_22_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_22_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_22_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_22_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_22_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_22_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_22_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_22_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_22_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_22_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_22_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_22_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_22_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_22_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_22_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_22.setDoNotInstallOnPlatformList(___Check_Platform_22_doNotInstallOnPlatformList); ___Check_Platform_22_installOnPlatformList = new Vector(); ___Check_Platform_22_installOnPlatformList.addElement("Solaris"); ___Check_Platform_22_installOnPlatformList.addElement("SunOS"); ___Check_Platform_22.setInstallOnPlatformList(___Check_Platform_22_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___dumpenv_1.addRule(___Check_Platform_22); ___FileAssociations_dll.setMacBinary(false); ___FileAssociations_dll.setFileSize(294400L); ___FileAssociations_dll.setUnixPermissions("664"); ___FileAssociations_dll.setSourceName("FileAssociations.dll"); ___FileAssociations_dll.setShouldUninstall(true); ___FileAssociations_dll.setSourcePath("C:\\metro1\\platform_windows\\bin\\"); ___FileAssociations_dll.setOverrideUnixPermissions(false); ___FileAssociations_dll.setDestinationName("FileAssociations.dll"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_23 = new PlatformChk(); ___Check_Platform_23_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_23_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_23_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_23_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_23_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_23_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_23_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_23_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_23_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_23_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_23_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_23_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_23_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_23_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_23_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_23.setDoNotInstallOnPlatformList(___Check_Platform_23_doNotInstallOnPlatformList); ___Check_Platform_23_installOnPlatformList = new Vector(); ___Check_Platform_23_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_23_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_23_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_23_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_23_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_23_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_23.setInstallOnPlatformList(___Check_Platform_23_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___FileAssociations_dll.addRule(___Check_Platform_23); ___FileAssociations_DE.setMacBinary(false); ___FileAssociations_DE.setFileSize(24064L); ___FileAssociations_DE.setUnixPermissions("664"); ___FileAssociations_DE.setSourceName("FileAssociations.DE"); ___FileAssociations_DE.setShouldUninstall(true); ___FileAssociations_DE.setSourcePath("C:\\metro1\\platform_windows\\bin\\"); ___FileAssociations_DE.setOverrideUnixPermissions(false); ___FileAssociations_DE.setDestinationName("FileAssociations.DE"); ProgressMonitor.updateScriptIncrement(); ___Check_User0Chosen_Language = new LocaleChk(); ___Check_User0Chosen_Language_locales = new Vector(); ___Check_User0Chosen_Language_locales.addElement("de"); ___Check_User0Chosen_Language.setLocales(___Check_User0Chosen_Language_locales); ProgressMonitor.updateScriptIncrement(); ___FileAssociations_DE.addRule(___Check_User0Chosen_Language); ___Check_Platform_24 = new PlatformChk(); ___Check_Platform_24_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_24_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_24_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_24_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_24_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_24_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_24_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_24_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_24_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_24_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_24_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_24_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_24_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_24_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_24_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_24.setDoNotInstallOnPlatformList(___Check_Platform_24_doNotInstallOnPlatformList); ___Check_Platform_24_installOnPlatformList = new Vector(); ___Check_Platform_24_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_24_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_24_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_24_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_24_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_24_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_24.setInstallOnPlatformList(___Check_Platform_24_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___FileAssociations_DE.addRule(___Check_Platform_24); ___FileAssociations_ES.setMacBinary(false); ___FileAssociations_ES.setFileSize(24064L); ___FileAssociations_ES.setUnixPermissions("664"); ___FileAssociations_ES.setSourceName("FileAssociations.ES"); ___FileAssociations_ES.setShouldUninstall(true); ___FileAssociations_ES.setSourcePath("C:\\metro1\\platform_windows\\bin\\"); ___FileAssociations_ES.setOverrideUnixPermissions(false); ___FileAssociations_ES.setDestinationName("FileAssociations.ES"); ProgressMonitor.updateScriptIncrement(); ___Check_User0Chosen_Language_1 = new LocaleChk(); ___Check_User0Chosen_Language_1_locales = new Vector(); ___Check_User0Chosen_Language_1_locales.addElement("es"); ___Check_User0Chosen_Language_1.setLocales(___Check_User0Chosen_Language_1_locales); ProgressMonitor.updateScriptIncrement(); ___FileAssociations_ES.addRule(___Check_User0Chosen_Language_1); ___Check_Platform_25 = new PlatformChk(); ___Check_Platform_25_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_25_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_25_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_25_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_25_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_25_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_25_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_25_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_25_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_25_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_25_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_25_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_25_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_25_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_25_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_25.setDoNotInstallOnPlatformList(___Check_Platform_25_doNotInstallOnPlatformList); ___Check_Platform_25_installOnPlatformList = new Vector(); ___Check_Platform_25_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_25_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_25_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_25_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_25_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_25_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_25.setInstallOnPlatformList(___Check_Platform_25_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___FileAssociations_ES.addRule(___Check_Platform_25); ___FileAssociations_FR.setMacBinary(false); ___FileAssociations_FR.setFileSize(24064L); ___FileAssociations_FR.setUnixPermissions("664"); ___FileAssociations_FR.setSourceName("FileAssociations.FR"); ___FileAssociations_FR.setShouldUninstall(true); ___FileAssociations_FR.setSourcePath("C:\\metro1\\platform_windows\\bin\\"); ___FileAssociations_FR.setOverrideUnixPermissions(false); ___FileAssociations_FR.setDestinationName("FileAssociations.FR"); ProgressMonitor.updateScriptIncrement(); ___Check_User0Chosen_Language_2 = new LocaleChk(); ___Check_User0Chosen_Language_2_locales = new Vector(); ___Check_User0Chosen_Language_2_locales.addElement("fr"); ___Check_User0Chosen_Language_2_locales.addElement("fr_CA"); ___Check_User0Chosen_Language_2.setLocales(___Check_User0Chosen_Language_2_locales); ProgressMonitor.updateScriptIncrement(); ___FileAssociations_FR.addRule(___Check_User0Chosen_Language_2); ___Check_Platform_26 = new PlatformChk(); ___Check_Platform_26_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_26_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_26_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_26_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_26_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_26_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_26_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_26_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_26_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_26_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_26_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_26_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_26_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_26_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_26_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_26.setDoNotInstallOnPlatformList(___Check_Platform_26_doNotInstallOnPlatformList); ___Check_Platform_26_installOnPlatformList = new Vector(); ___Check_Platform_26_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_26_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_26_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_26_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_26_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_26_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_26.setInstallOnPlatformList(___Check_Platform_26_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___FileAssociations_FR.addRule(___Check_Platform_26); ___FileAssociations_JPN.setMacBinary(false); ___FileAssociations_JPN.setFileSize(24064L); ___FileAssociations_JPN.setUnixPermissions("664"); ___FileAssociations_JPN.setSourceName("FileAssociations.JPN"); ___FileAssociations_JPN.setShouldUninstall(true); ___FileAssociations_JPN.setSourcePath("C:\\metro1\\platform_windows\\bin\\"); ___FileAssociations_JPN.setOverrideUnixPermissions(false); ___FileAssociations_JPN.setDestinationName("FileAssociations.JPN"); ProgressMonitor.updateScriptIncrement(); ___Check_User0Chosen_Language_3 = new LocaleChk(); ___Check_User0Chosen_Language_3_locales = new Vector(); ___Check_User0Chosen_Language_3_locales.addElement("ja"); ___Check_User0Chosen_Language_3.setLocales(___Check_User0Chosen_Language_3_locales); ProgressMonitor.updateScriptIncrement(); ___FileAssociations_JPN.addRule(___Check_User0Chosen_Language_3); ___Check_Platform_27 = new PlatformChk(); ___Check_Platform_27_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_27_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_27_doNotInstallOnPlatformList.addElement("Mac OS X"); } public static void loadScript7() { ___Check_Platform_27_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_27_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_27_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_27_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_27_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_27_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_27_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_27_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_27_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_27_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_27_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_27_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_27.setDoNotInstallOnPlatformList(___Check_Platform_27_doNotInstallOnPlatformList); ___Check_Platform_27_installOnPlatformList = new Vector(); ___Check_Platform_27_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_27_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_27_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_27_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_27_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_27_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_27.setInstallOnPlatformList(___Check_Platform_27_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___FileAssociations_JPN.addRule(___Check_Platform_27); ___JavaLauncher_dll.setMacBinary(false); ___JavaLauncher_dll.setFileSize(325120L); ___JavaLauncher_dll.setUnixPermissions("664"); ___JavaLauncher_dll.setSourceName("JavaLauncher.dll"); ___JavaLauncher_dll.setShouldUninstall(true); ___JavaLauncher_dll.setSourcePath("C:\\metro1\\platform_windows\\bin\\"); ___JavaLauncher_dll.setOverrideUnixPermissions(false); ___JavaLauncher_dll.setDestinationName("JavaLauncher.dll"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_28 = new PlatformChk(); ___Check_Platform_28_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_28_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_28_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_28_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_28_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_28_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_28_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_28_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_28_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_28_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_28_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_28_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_28_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_28_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_28_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_28.setDoNotInstallOnPlatformList(___Check_Platform_28_doNotInstallOnPlatformList); ___Check_Platform_28_installOnPlatformList = new Vector(); ___Check_Platform_28_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_28_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_28_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_28_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_28_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_28_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_28.setInstallOnPlatformList(___Check_Platform_28_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___JavaLauncher_dll.addRule(___Check_Platform_28); ___jbconnect.setMacBinary(false); ___jbconnect.setFileSize(662L); ___jbconnect.setUnixPermissions("755"); ___jbconnect.setSourceName("jbconnect"); ___jbconnect.setShouldUninstall(true); ___jbconnect.setSourcePath("C:\\metro1\\platform_linux\\bin\\"); ___jbconnect.setOverrideUnixPermissions(true); ___jbconnect.setDestinationName("jbconnect"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_29 = new PlatformChk(); ___Check_Platform_29_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_29_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_29_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_29_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_29_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_29_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_29_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_29_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_29_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_29_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_29_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_29_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_29_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_29_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_29_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_29_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_29_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_29.setDoNotInstallOnPlatformList(___Check_Platform_29_doNotInstallOnPlatformList); ___Check_Platform_29_installOnPlatformList = new Vector(); ___Check_Platform_29_installOnPlatformList.addElement("Linux"); ___Check_Platform_29.setInstallOnPlatformList(___Check_Platform_29_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___jbconnect.addRule(___Check_Platform_29); ___jbconnect_1.setMacBinary(false); ___jbconnect_1.setFileSize(662L); ___jbconnect_1.setUnixPermissions("755"); ___jbconnect_1.setSourceName("jbconnect"); ___jbconnect_1.setShouldUninstall(true); ___jbconnect_1.setSourcePath("C:\\metro1\\platform_solaris\\bin\\"); ___jbconnect_1.setOverrideUnixPermissions(true); ___jbconnect_1.setDestinationName("jbconnect"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_30 = new PlatformChk(); ___Check_Platform_30_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_30_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_30_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_30_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_30_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_30_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_30_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_30_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_30_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_30_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_30_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_30_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_30_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_30_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_30_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_30_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_30.setDoNotInstallOnPlatformList(___Check_Platform_30_doNotInstallOnPlatformList); ___Check_Platform_30_installOnPlatformList = new Vector(); ___Check_Platform_30_installOnPlatformList.addElement("Solaris"); ___Check_Platform_30_installOnPlatformList.addElement("SunOS"); ___Check_Platform_30.setInstallOnPlatformList(___Check_Platform_30_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___jbconnect_1.addRule(___Check_Platform_30); ___jbuilder.setMacBinary(false); ___jbuilder.setFileSize(1847L); ___jbuilder.setUnixPermissions("755"); ___jbuilder.setSourceName("jbuilder"); ___jbuilder.setShouldUninstall(true); ___jbuilder.setSourcePath("C:\\metro1\\platform_linux\\bin\\"); ___jbuilder.setOverrideUnixPermissions(true); ___jbuilder.setDestinationName("jbuilder"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_31 = new PlatformChk(); ___Check_Platform_31_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_31_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_31_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_31_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_31_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_31_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_31_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_31_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_31_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_31_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_31_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_31_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_31_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_31_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_31_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_31_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_31_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_31.setDoNotInstallOnPlatformList(___Check_Platform_31_doNotInstallOnPlatformList); ___Check_Platform_31_installOnPlatformList = new Vector(); ___Check_Platform_31_installOnPlatformList.addElement("Linux"); ___Check_Platform_31.setInstallOnPlatformList(___Check_Platform_31_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___jbuilder.addRule(___Check_Platform_31); ___jbuilder_1.setMacBinary(false); ___jbuilder_1.setFileSize(74928L); ___jbuilder_1.setUnixPermissions("664"); ___jbuilder_1.setSourceName("jbuilder"); ___jbuilder_1.setShouldUninstall(true); ___jbuilder_1.setSourcePath("C:\\metro1\\platform_mac\\bin\\"); ___jbuilder_1.setOverrideUnixPermissions(false); ___jbuilder_1.setDestinationName("jbuilder"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_32 = new PlatformChk(); ___Check_Platform_32_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_32_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_32.setDoNotInstallOnPlatformList(___Check_Platform_32_doNotInstallOnPlatformList); ___Check_Platform_32_installOnPlatformList = new Vector(); ___Check_Platform_32_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_32.setInstallOnPlatformList(___Check_Platform_32_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___jbuilder_1.addRule(___Check_Platform_32); ___jbuilder_2.setMacBinary(false); ___jbuilder_2.setFileSize(1847L); ___jbuilder_2.setUnixPermissions("755"); ___jbuilder_2.setSourceName("jbuilder"); ___jbuilder_2.setShouldUninstall(true); ___jbuilder_2.setSourcePath("C:\\metro1\\platform_solaris\\bin\\"); ___jbuilder_2.setOverrideUnixPermissions(true); ___jbuilder_2.setDestinationName("jbuilder"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_33 = new PlatformChk(); ___Check_Platform_33_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_33_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_33_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_33_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_33_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_33_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_33_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_33_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_33_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_33_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_33_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_33_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_33_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_33_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_33_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_33_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_33.setDoNotInstallOnPlatformList(___Check_Platform_33_doNotInstallOnPlatformList); ___Check_Platform_33_installOnPlatformList = new Vector(); ___Check_Platform_33_installOnPlatformList.addElement("Solaris"); ___Check_Platform_33_installOnPlatformList.addElement("SunOS"); ___Check_Platform_33.setInstallOnPlatformList(___Check_Platform_33_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___jbuilder_2.addRule(___Check_Platform_33); ___JBuilder_config.setMacBinary(false); ___JBuilder_config.setFileSize(1119L); ___JBuilder_config.setUnixPermissions("664"); ___JBuilder_config.setSourceName("JBuilder.config"); ___JBuilder_config.setShouldUninstall(true); ___JBuilder_config.setSourcePath("C:\\metro1\\platform_linux\\bin\\"); ___JBuilder_config.setOverrideUnixPermissions(false); ___JBuilder_config.setDestinationName("JBuilder.config"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_34 = new PlatformChk(); } public static void loadScript8() { ___Check_Platform_34_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_34_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_34_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_34_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_34_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_34_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_34_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_34_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_34_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_34_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_34_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_34_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_34_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_34_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_34_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_34_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_34_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_34.setDoNotInstallOnPlatformList(___Check_Platform_34_doNotInstallOnPlatformList); ___Check_Platform_34_installOnPlatformList = new Vector(); ___Check_Platform_34_installOnPlatformList.addElement("Linux"); ___Check_Platform_34.setInstallOnPlatformList(___Check_Platform_34_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___JBuilder_config.addRule(___Check_Platform_34); ___JBuilder_config_1.setMacBinary(false); ___JBuilder_config_1.setFileSize(1119L); ___JBuilder_config_1.setUnixPermissions("664"); ___JBuilder_config_1.setSourceName("JBuilder.config"); ___JBuilder_config_1.setShouldUninstall(true); ___JBuilder_config_1.setSourcePath("C:\\metro1\\platform_solaris\\bin\\"); ___JBuilder_config_1.setOverrideUnixPermissions(false); ___JBuilder_config_1.setDestinationName("JBuilder.config"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_35 = new PlatformChk(); ___Check_Platform_35_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_35_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_35_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_35_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_35_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_35_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_35_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_35_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_35_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_35_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_35_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_35_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_35_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_35_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_35_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_35_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_35_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_35_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_35.setDoNotInstallOnPlatformList(___Check_Platform_35_doNotInstallOnPlatformList); ___Check_Platform_35_installOnPlatformList = new Vector(); ___Check_Platform_35_installOnPlatformList.addElement("Solaris"); ___Check_Platform_35_installOnPlatformList.addElement("SunOS"); ___Check_Platform_35_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_35.setInstallOnPlatformList(___Check_Platform_35_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___JBuilder_config_1.addRule(___Check_Platform_35); ___JBuilder_config_2.setMacBinary(false); ___JBuilder_config_2.setFileSize(1163L); ___JBuilder_config_2.setUnixPermissions("664"); ___JBuilder_config_2.setSourceName("JBuilder.config"); ___JBuilder_config_2.setShouldUninstall(true); ___JBuilder_config_2.setSourcePath("C:\\metro1\\platform_windows\\bin\\"); ___JBuilder_config_2.setOverrideUnixPermissions(false); ___JBuilder_config_2.setDestinationName("JBuilder.config"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_36 = new PlatformChk(); ___Check_Platform_36_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_36_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_36_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_36_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_36_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_36_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_36_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_36_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_36_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_36_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_36_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_36_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_36_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_36_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_36_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_36.setDoNotInstallOnPlatformList(___Check_Platform_36_doNotInstallOnPlatformList); ___Check_Platform_36_installOnPlatformList = new Vector(); ___Check_Platform_36_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_36_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_36_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_36_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_36_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_36_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_36.setInstallOnPlatformList(___Check_Platform_36_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___JBuilder_config_2.addRule(___Check_Platform_36); ___JBuilder_exe.setMacBinary(false); ___JBuilder_exe.setFileSize(16384L); ___JBuilder_exe.setUnixPermissions("664"); ___JBuilder_exe.setSourceName("JBuilder.exe"); ___JBuilder_exe.setShouldUninstall(true); ___JBuilder_exe.setSourcePath("C:\\metro1\\platform_windows\\bin\\"); ___JBuilder_exe.setOverrideUnixPermissions(false); ___JBuilder_exe.setDestinationName("JBuilder.exe"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_37 = new PlatformChk(); ___Check_Platform_37_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_37_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_37_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_37_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_37_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_37_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_37_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_37_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_37_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_37_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_37_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_37_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_37_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_37_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_37_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_37.setDoNotInstallOnPlatformList(___Check_Platform_37_doNotInstallOnPlatformList); ___Check_Platform_37_installOnPlatformList = new Vector(); ___Check_Platform_37_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_37_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_37_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_37_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_37_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_37_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_37.setInstallOnPlatformList(___Check_Platform_37_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___JBuilder_exe.addRule(___Check_Platform_37); ___JBuilderW_exe.setMacBinary(false); ___JBuilderW_exe.setFileSize(24064L); ___JBuilderW_exe.setUnixPermissions("664"); ___JBuilderW_exe.setSourceName("JBuilderW.exe"); ___JBuilderW_exe.setShouldUninstall(true); ___JBuilderW_exe.setSourcePath("C:\\metro1\\platform_windows\\bin\\"); ___JBuilderW_exe.setOverrideUnixPermissions(false); ___JBuilderW_exe.setDestinationName("JBuilderW.exe"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_38 = new PlatformChk(); ___Check_Platform_38_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_38_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_38_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_38_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_38_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_38_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_38_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_38_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_38_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_38_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_38_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_38_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_38_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_38_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_38_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_38.setDoNotInstallOnPlatformList(___Check_Platform_38_doNotInstallOnPlatformList); ___Check_Platform_38_installOnPlatformList = new Vector(); ___Check_Platform_38_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_38_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_38_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_38_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_38_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_38_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_38.setInstallOnPlatformList(___Check_Platform_38_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___JBuilderW_exe.addRule(___Check_Platform_38); ___jdk_config.setMacBinary(false); ___jdk_config.setFileSize(1815L); ___jdk_config.setUnixPermissions("664"); ___jdk_config.setSourceName("jdk.config"); ___jdk_config.setShouldUninstall(true); ___jdk_config.setSourcePath("C:\\metro1\\platform_windows\\bin\\"); ___jdk_config.setOverrideUnixPermissions(false); ___jdk_config.setDestinationName("jdk.config"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_39 = new PlatformChk(); ___Check_Platform_39_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_39_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_39_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_39_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_39_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_39_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_39_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_39_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_39_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_39_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_39_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_39_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_39_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_39_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_39_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_39.setDoNotInstallOnPlatformList(___Check_Platform_39_doNotInstallOnPlatformList); ___Check_Platform_39_installOnPlatformList = new Vector(); ___Check_Platform_39_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_39_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_39_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_39_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_39_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_39_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_39.setInstallOnPlatformList(___Check_Platform_39_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___jdk_config.addRule(___Check_Platform_39); ___Install_SpeedFolder0_defaults.setDirectoryName("defaults"); ___Install_SpeedFolder0_defaults.setSourcePath("c:\\metro1\\JBuilder\\defaults"); ___Install_SpeedFolder0_defaults.setSourceName(""); ___Install_SpeedFolder0_defaults.setExpArchSize(45458L); ___Simple_Pattern_Name = new SimplePatternMatcher(); ___Simple_Pattern_Name_excludePatterns = new Vector(); ___Simple_Pattern_Name.setExcludePatterns(___Simple_Pattern_Name_excludePatterns); ___Simple_Pattern_Name_includePatterns = new Vector(); ___Simple_Pattern_Name.setIncludePatterns(___Simple_Pattern_Name_includePatterns); ___Simple_Pattern_Name_patterns = new Vector(); ___Simple_Pattern_Name.setPatterns(___Simple_Pattern_Name_patterns); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_defaults.setPatternMatcher(___Simple_Pattern_Name); ___Install_SpeedFolder0_defaults.setOverrideUnixPermissions(false); ___Install_SpeedFolder0_defaults.setUseFilterExtensions(false); ___Install_SpeedFolder0_defaults.setInstaller(___JBuilderFND); ___Install_SpeedFolder0_defaults.setDirectoryChosen(true); ___Install_SpeedFolder0_defaults.setUnixPermissions("664"); ___Install_SpeedFolder0_defaults.setMacBinary(false); ___Install_SpeedFolder0_defaults.setCreateDirectory(true); ___Install_SpeedFolder0_defaults.setDestinationName("defaults\\"); ___Install_SpeedFolder0_defaults.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_defaults_1.setDirectoryName("defaults"); ___Install_SpeedFolder0_defaults_1.setSourcePath("C:\\metro1\\platform_linux\\defaults"); ___Install_SpeedFolder0_defaults_1.setSourceName(""); ___Install_SpeedFolder0_defaults_1.setExpArchSize(9240L); ___Simple_Pattern_Name_1 = new SimplePatternMatcher(); ___Simple_Pattern_Name_1_excludePatterns = new Vector(); ___Simple_Pattern_Name_1.setExcludePatterns(___Simple_Pattern_Name_1_excludePatterns); ___Simple_Pattern_Name_1_includePatterns = new Vector(); ___Simple_Pattern_Name_1.setIncludePatterns(___Simple_Pattern_Name_1_includePatterns); ___Simple_Pattern_Name_1_patterns = new Vector(); ___Simple_Pattern_Name_1.setPatterns(___Simple_Pattern_Name_1_patterns); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_defaults_1.setPatternMatcher(___Simple_Pattern_Name_1); } public static void loadScript9() { ___Install_SpeedFolder0_defaults_1.setOverrideUnixPermissions(false); ___Install_SpeedFolder0_defaults_1.setUseFilterExtensions(false); ___Install_SpeedFolder0_defaults_1.setInstaller(___JBuilderFND); ___Install_SpeedFolder0_defaults_1.setDirectoryChosen(true); ___Install_SpeedFolder0_defaults_1.setUnixPermissions("664"); ___Install_SpeedFolder0_defaults_1.setMacBinary(false); ___Install_SpeedFolder0_defaults_1.setCreateDirectory(true); ___Install_SpeedFolder0_defaults_1.setDestinationName("defaults\\"); ___Install_SpeedFolder0_defaults_1.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_40 = new PlatformChk(); ___Check_Platform_40_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_40_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_40.setDoNotInstallOnPlatformList(___Check_Platform_40_doNotInstallOnPlatformList); ___Check_Platform_40_installOnPlatformList = new Vector(); ___Check_Platform_40_installOnPlatformList.addElement("Linux"); ___Check_Platform_40.setInstallOnPlatformList(___Check_Platform_40_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_defaults_1.addRule(___Check_Platform_40); ___Install_SpeedFolder0_defaults_2.setDirectoryName("defaults"); ___Install_SpeedFolder0_defaults_2.setSourcePath("C:\\metro1\\platform_solaris\\defaults"); ___Install_SpeedFolder0_defaults_2.setSourceName(""); ___Install_SpeedFolder0_defaults_2.setExpArchSize(9240L); ___Simple_Pattern_Name_2 = new SimplePatternMatcher(); ___Simple_Pattern_Name_2_excludePatterns = new Vector(); ___Simple_Pattern_Name_2.setExcludePatterns(___Simple_Pattern_Name_2_excludePatterns); ___Simple_Pattern_Name_2_includePatterns = new Vector(); ___Simple_Pattern_Name_2.setIncludePatterns(___Simple_Pattern_Name_2_includePatterns); ___Simple_Pattern_Name_2_patterns = new Vector(); ___Simple_Pattern_Name_2.setPatterns(___Simple_Pattern_Name_2_patterns); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_defaults_2.setPatternMatcher(___Simple_Pattern_Name_2); ___Install_SpeedFolder0_defaults_2.setOverrideUnixPermissions(false); ___Install_SpeedFolder0_defaults_2.setUseFilterExtensions(false); ___Install_SpeedFolder0_defaults_2.setInstaller(___JBuilderFND); ___Install_SpeedFolder0_defaults_2.setDirectoryChosen(true); ___Install_SpeedFolder0_defaults_2.setUnixPermissions("664"); ___Install_SpeedFolder0_defaults_2.setMacBinary(false); ___Install_SpeedFolder0_defaults_2.setCreateDirectory(true); ___Install_SpeedFolder0_defaults_2.setDestinationName("defaults\\"); ___Install_SpeedFolder0_defaults_2.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_41 = new PlatformChk(); ___Check_Platform_41_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_41_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_41_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_41_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_41_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_41_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_41_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_41_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_41_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_41_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_41_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_41_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_41_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_41_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_41_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_41_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_41_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_41_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_41.setDoNotInstallOnPlatformList(___Check_Platform_41_doNotInstallOnPlatformList); ___Check_Platform_41_installOnPlatformList = new Vector(); ___Check_Platform_41_installOnPlatformList.addElement("Solaris"); ___Check_Platform_41_installOnPlatformList.addElement("SunOS"); ___Check_Platform_41_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_41.setInstallOnPlatformList(___Check_Platform_41_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_defaults_2.addRule(___Check_Platform_41); ___Install_SpeedFolder0_defaults_3.setDirectoryName("defaults"); ___Install_SpeedFolder0_defaults_3.setSourcePath("C:\\metro1\\platform_windows\\defaults"); ___Install_SpeedFolder0_defaults_3.setSourceName(""); ___Install_SpeedFolder0_defaults_3.setExpArchSize(9240L); ___Simple_Pattern_Name_3 = new SimplePatternMatcher(); ___Simple_Pattern_Name_3_excludePatterns = new Vector(); ___Simple_Pattern_Name_3.setExcludePatterns(___Simple_Pattern_Name_3_excludePatterns); ___Simple_Pattern_Name_3_includePatterns = new Vector(); ___Simple_Pattern_Name_3.setIncludePatterns(___Simple_Pattern_Name_3_includePatterns); ___Simple_Pattern_Name_3_patterns = new Vector(); ___Simple_Pattern_Name_3.setPatterns(___Simple_Pattern_Name_3_patterns); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_defaults_3.setPatternMatcher(___Simple_Pattern_Name_3); ___Install_SpeedFolder0_defaults_3.setOverrideUnixPermissions(false); ___Install_SpeedFolder0_defaults_3.setUseFilterExtensions(false); ___Install_SpeedFolder0_defaults_3.setInstaller(___JBuilderFND); ___Install_SpeedFolder0_defaults_3.setDirectoryChosen(true); ___Install_SpeedFolder0_defaults_3.setUnixPermissions("664"); ___Install_SpeedFolder0_defaults_3.setMacBinary(false); ___Install_SpeedFolder0_defaults_3.setCreateDirectory(true); ___Install_SpeedFolder0_defaults_3.setDestinationName("defaults\\"); ___Install_SpeedFolder0_defaults_3.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_42 = new PlatformChk(); ___Check_Platform_42_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_42_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_42_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_42_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_42_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_42_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_42_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_42_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_42_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_42_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_42_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_42_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_42_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_42_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_42_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_42.setDoNotInstallOnPlatformList(___Check_Platform_42_doNotInstallOnPlatformList); ___Check_Platform_42_installOnPlatformList = new Vector(); ___Check_Platform_42_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_42_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_42_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_42_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_42_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_42_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_42.setInstallOnPlatformList(___Check_Platform_42_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_defaults_3.addRule(___Check_Platform_42); ___Install_SpeedFolder0_doc.setDirectoryName("doc"); ___Install_SpeedFolder0_doc.setSourcePath("c:\\metro1\\JBuilder\\doc"); ___Install_SpeedFolder0_doc.setSourceName(""); ___Install_SpeedFolder0_doc.setExpArchSize(10642018L); ___Simple_Pattern_Name_4 = new SimplePatternMatcher(); ___Simple_Pattern_Name_4_excludePatterns = new Vector(); ___Simple_Pattern_Name_4.setExcludePatterns(___Simple_Pattern_Name_4_excludePatterns); ___Simple_Pattern_Name_4_includePatterns = new Vector(); ___Simple_Pattern_Name_4.setIncludePatterns(___Simple_Pattern_Name_4_includePatterns); ___Simple_Pattern_Name_4_patterns = new Vector(); ___Simple_Pattern_Name_4.setPatterns(___Simple_Pattern_Name_4_patterns); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_doc.setPatternMatcher(___Simple_Pattern_Name_4); ___Install_SpeedFolder0_doc.setOverrideUnixPermissions(false); ___Install_SpeedFolder0_doc.setUseFilterExtensions(false); ___Install_SpeedFolder0_doc.setInstaller(___JBuilderFND); ___Install_SpeedFolder0_doc.setDirectoryChosen(true); ___Install_SpeedFolder0_doc.setUnixPermissions("664"); ___Install_SpeedFolder0_doc.setMacBinary(false); ___Install_SpeedFolder0_doc.setCreateDirectory(true); ___Install_SpeedFolder0_doc.setDestinationName("doc\\"); ___Install_SpeedFolder0_doc.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_lib.setDirectoryName("lib"); ___Install_SpeedFolder0_lib.setSourcePath("c:\\metro1\\JBuilder\\lib"); ___Install_SpeedFolder0_lib.setSourceName(""); ___Install_SpeedFolder0_lib.setExpArchSize(30663063L); ___Simple_Pattern_Name_5 = new SimplePatternMatcher(); ___Simple_Pattern_Name_5_excludePatterns = new Vector(); ___Simple_Pattern_Name_5.setExcludePatterns(___Simple_Pattern_Name_5_excludePatterns); ___Simple_Pattern_Name_5_includePatterns = new Vector(); ___Simple_Pattern_Name_5.setIncludePatterns(___Simple_Pattern_Name_5_includePatterns); ___Simple_Pattern_Name_5_patterns = new Vector(); ___Simple_Pattern_Name_5.setPatterns(___Simple_Pattern_Name_5_patterns); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_lib.setPatternMatcher(___Simple_Pattern_Name_5); ___Install_SpeedFolder0_lib.setOverrideUnixPermissions(false); ___Install_SpeedFolder0_lib.setUseFilterExtensions(false); ___Install_SpeedFolder0_lib.setInstaller(___JBuilderFND); ___Install_SpeedFolder0_lib.setDirectoryChosen(true); ___Install_SpeedFolder0_lib.setUnixPermissions("664"); ___Install_SpeedFolder0_lib.setMacBinary(false); ___Install_SpeedFolder0_lib.setCreateDirectory(true); ___Install_SpeedFolder0_lib.setDestinationName("lib\\"); ___Install_SpeedFolder0_lib.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___lib.setMacBinary(false); ___lib.setUnixPermissions("775"); ___lib.setRemoveRecursively(false); ___lib.setSourceName("lib"); ___lib.setShouldUninstall(true); ___lib.setSourcePath("C:\\metro1\\jbuilder\\"); ___lib.setOverrideUnixPermissions(false); ___lib.setDestinationName("lib"); ProgressMonitor.updateScriptIncrement(); ___linuxDesktopConfigurator_jar.setMacBinary(false); ___linuxDesktopConfigurator_jar.setFileSize(31957L); ___linuxDesktopConfigurator_jar.setUnixPermissions("664"); ___linuxDesktopConfigurator_jar.setSourceName("linuxDesktopConfigurator.jar"); ___linuxDesktopConfigurator_jar.setShouldUninstall(true); ___linuxDesktopConfigurator_jar.setSourcePath("C:\\metro1\\platform_linux\\lib\\"); ___linuxDesktopConfigurator_jar.setOverrideUnixPermissions(false); ___linuxDesktopConfigurator_jar.setDestinationName("linuxDesktopConfigurator.jar"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_43 = new PlatformChk(); ___Check_Platform_43_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_43_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_43_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_43_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_43_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_43_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_43_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_43_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_43_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_43_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_43_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_43_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_43_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_43_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_43_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_43.setDoNotInstallOnPlatformList(___Check_Platform_43_doNotInstallOnPlatformList); ___Check_Platform_43_installOnPlatformList = new Vector(); ___Check_Platform_43_installOnPlatformList.addElement("Linux"); ___Check_Platform_43_installOnPlatformList.addElement("Solaris"); ___Check_Platform_43_installOnPlatformList.addElement("SunOS"); ___Check_Platform_43_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_43.setInstallOnPlatformList(___Check_Platform_43_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___linuxDesktopConfigurator_jar.addRule(___Check_Platform_43); ___ext.setMacBinary(false); ___ext.setUnixPermissions("775"); ___ext.setRemoveRecursively(false); ___ext.setShouldUninstall(true); ___ext.setOverrideUnixPermissions(false); ___ext.setDestinationName("ext"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_44 = new PlatformChk(); ___Check_Platform_44_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_44_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_44_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_44_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_44_doNotInstallOnPlatformList.addElement("Windows Me"); } public static void loadScript10() { ___Check_Platform_44_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_44_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_44_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_44_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_44_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_44_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_44_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_44_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_44_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_44_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_44_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_44_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_44_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_44_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_44_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_44.setDoNotInstallOnPlatformList(___Check_Platform_44_doNotInstallOnPlatformList); ___Check_Platform_44_installOnPlatformList = new Vector(); ___Check_Platform_44_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_44.setInstallOnPlatformList(___Check_Platform_44_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___ext.addRule(___Check_Platform_44); ___HardwareGraphics_config.setMacBinary(false); ___HardwareGraphics_config.setFileSize(34L); ___HardwareGraphics_config.setUnixPermissions("664"); ___HardwareGraphics_config.setSourceName("HardwareGraphics.config"); ___HardwareGraphics_config.setShouldUninstall(true); ___HardwareGraphics_config.setSourcePath("C:\\metro1\\platform_mac\\lib\\ext\\"); ___HardwareGraphics_config.setOverrideUnixPermissions(false); ___HardwareGraphics_config.setDestinationName("HardwareGraphics.config"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_45 = new PlatformChk(); ___Check_Platform_45_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_45_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_45.setDoNotInstallOnPlatformList(___Check_Platform_45_doNotInstallOnPlatformList); ___Check_Platform_45_installOnPlatformList = new Vector(); ___Check_Platform_45_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_45.setInstallOnPlatformList(___Check_Platform_45_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___HardwareGraphics_config.addRule(___Check_Platform_45); ___Install_SpeedFolder0_patch.setDirectoryName("patch"); ___Install_SpeedFolder0_patch.setSourcePath("C:\\metro1\\patch"); ___Install_SpeedFolder0_patch.setSourceName(""); ___Install_SpeedFolder0_patch.setExpArchSize(128L); ___Simple_Pattern_Name_6 = new SimplePatternMatcher(); ___Simple_Pattern_Name_6_excludePatterns = new Vector(); ___Simple_Pattern_Name_6.setExcludePatterns(___Simple_Pattern_Name_6_excludePatterns); ___Simple_Pattern_Name_6_includePatterns = new Vector(); ___Simple_Pattern_Name_6.setIncludePatterns(___Simple_Pattern_Name_6_includePatterns); ___Simple_Pattern_Name_6_patterns = new Vector(); ___Simple_Pattern_Name_6.setPatterns(___Simple_Pattern_Name_6_patterns); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_patch.setPatternMatcher(___Simple_Pattern_Name_6); ___Install_SpeedFolder0_patch.setOverrideUnixPermissions(false); ___Install_SpeedFolder0_patch.setUseFilterExtensions(false); ___Install_SpeedFolder0_patch.setInstaller(___JBuilderFND); ___Install_SpeedFolder0_patch.setDirectoryChosen(true); ___Install_SpeedFolder0_patch.setUnixPermissions("664"); ___Install_SpeedFolder0_patch.setMacBinary(false); ___Install_SpeedFolder0_patch.setCreateDirectory(true); ___Install_SpeedFolder0_patch.setDestinationName("patch\\"); ___Install_SpeedFolder0_patch.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___redist.setMacBinary(false); ___redist.setUnixPermissions("775"); ___redist.setRemoveRecursively(false); ___redist.setShouldUninstall(true); ___redist.setOverrideUnixPermissions(false); ___redist.setDestinationName("redist"); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_samples.setDirectoryName("samples"); ___Install_SpeedFolder0_samples.setSourcePath("C:\\metro1\\JBuilder\\samples"); ___Install_SpeedFolder0_samples.setSourceName(""); ___Install_SpeedFolder0_samples.setExpArchSize(448884L); ___Simple_Pattern_Name_7 = new SimplePatternMatcher(); ___Simple_Pattern_Name_7_excludePatterns = new Vector(); ___Simple_Pattern_Name_7.setExcludePatterns(___Simple_Pattern_Name_7_excludePatterns); ___Simple_Pattern_Name_7_includePatterns = new Vector(); ___Simple_Pattern_Name_7.setIncludePatterns(___Simple_Pattern_Name_7_includePatterns); ___Simple_Pattern_Name_7_patterns = new Vector(); ___Simple_Pattern_Name_7.setPatterns(___Simple_Pattern_Name_7_patterns); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_samples.setPatternMatcher(___Simple_Pattern_Name_7); ___Install_SpeedFolder0_samples.setOverrideUnixPermissions(false); ___Install_SpeedFolder0_samples.setUseFilterExtensions(false); ___Install_SpeedFolder0_samples.setInstaller(___JBuilderFND); ___Install_SpeedFolder0_samples.setDirectoryChosen(true); ___Install_SpeedFolder0_samples.setUnixPermissions("664"); ___Install_SpeedFolder0_samples.setMacBinary(false); ___Install_SpeedFolder0_samples.setCreateDirectory(true); ___Install_SpeedFolder0_samples.setDestinationName("samples\\"); ___Install_SpeedFolder0_samples.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_samples_1.setDirectoryName("samples"); ___Install_SpeedFolder0_samples_1.setSourcePath("C:\\metro1\\platform_linux\\samples"); ___Install_SpeedFolder0_samples_1.setSourceName(""); ___Install_SpeedFolder0_samples_1.setExpArchSize(5588L); ___Simple_Pattern_Name_8 = new SimplePatternMatcher(); ___Simple_Pattern_Name_8_excludePatterns = new Vector(); ___Simple_Pattern_Name_8.setExcludePatterns(___Simple_Pattern_Name_8_excludePatterns); ___Simple_Pattern_Name_8_includePatterns = new Vector(); ___Simple_Pattern_Name_8.setIncludePatterns(___Simple_Pattern_Name_8_includePatterns); ___Simple_Pattern_Name_8_patterns = new Vector(); ___Simple_Pattern_Name_8.setPatterns(___Simple_Pattern_Name_8_patterns); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_samples_1.setPatternMatcher(___Simple_Pattern_Name_8); ___Install_SpeedFolder0_samples_1.setOverrideUnixPermissions(false); ___Install_SpeedFolder0_samples_1.setUseFilterExtensions(false); ___Install_SpeedFolder0_samples_1.setInstaller(___JBuilderFND); ___Install_SpeedFolder0_samples_1.setDirectoryChosen(true); ___Install_SpeedFolder0_samples_1.setUnixPermissions("664"); ___Install_SpeedFolder0_samples_1.setMacBinary(false); ___Install_SpeedFolder0_samples_1.setCreateDirectory(true); ___Install_SpeedFolder0_samples_1.setDestinationName("samples\\"); ___Install_SpeedFolder0_samples_1.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_46 = new PlatformChk(); ___Check_Platform_46_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_46_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_46.setDoNotInstallOnPlatformList(___Check_Platform_46_doNotInstallOnPlatformList); ___Check_Platform_46_installOnPlatformList = new Vector(); ___Check_Platform_46_installOnPlatformList.addElement("Linux"); ___Check_Platform_46.setInstallOnPlatformList(___Check_Platform_46_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_samples_1.addRule(___Check_Platform_46); ___Install_SpeedFolder0_samples_2.setDirectoryName("samples"); ___Install_SpeedFolder0_samples_2.setSourcePath("C:\\metro1\\platform_solaris\\samples"); ___Install_SpeedFolder0_samples_2.setSourceName(""); ___Install_SpeedFolder0_samples_2.setExpArchSize(5588L); ___Simple_Pattern_Name_9 = new SimplePatternMatcher(); ___Simple_Pattern_Name_9_excludePatterns = new Vector(); ___Simple_Pattern_Name_9.setExcludePatterns(___Simple_Pattern_Name_9_excludePatterns); ___Simple_Pattern_Name_9_includePatterns = new Vector(); ___Simple_Pattern_Name_9.setIncludePatterns(___Simple_Pattern_Name_9_includePatterns); ___Simple_Pattern_Name_9_patterns = new Vector(); ___Simple_Pattern_Name_9.setPatterns(___Simple_Pattern_Name_9_patterns); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_samples_2.setPatternMatcher(___Simple_Pattern_Name_9); ___Install_SpeedFolder0_samples_2.setOverrideUnixPermissions(false); ___Install_SpeedFolder0_samples_2.setUseFilterExtensions(false); ___Install_SpeedFolder0_samples_2.setInstaller(___JBuilderFND); ___Install_SpeedFolder0_samples_2.setDirectoryChosen(true); ___Install_SpeedFolder0_samples_2.setUnixPermissions("664"); ___Install_SpeedFolder0_samples_2.setMacBinary(false); ___Install_SpeedFolder0_samples_2.setCreateDirectory(true); ___Install_SpeedFolder0_samples_2.setDestinationName("samples\\"); ___Install_SpeedFolder0_samples_2.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_47 = new PlatformChk(); ___Check_Platform_47_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_47_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_47_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_47_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_47_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_47_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_47_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_47_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_47_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_47_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_47_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_47_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_47_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_47_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_47_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_47_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_47_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_47_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_47.setDoNotInstallOnPlatformList(___Check_Platform_47_doNotInstallOnPlatformList); ___Check_Platform_47_installOnPlatformList = new Vector(); ___Check_Platform_47_installOnPlatformList.addElement("Solaris"); ___Check_Platform_47_installOnPlatformList.addElement("SunOS"); ___Check_Platform_47_installOnPlatformList.addElement("Linux"); ___Check_Platform_47.setInstallOnPlatformList(___Check_Platform_47_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_samples_2.addRule(___Check_Platform_47); ___Install_SpeedFolder0_samples_3.setDirectoryName("samples"); ___Install_SpeedFolder0_samples_3.setSourcePath("C:\\metro1\\platform_windows\\samples"); ___Install_SpeedFolder0_samples_3.setSourceName(""); ___Install_SpeedFolder0_samples_3.setExpArchSize(5588L); ___Simple_Pattern_Name_10 = new SimplePatternMatcher(); ___Simple_Pattern_Name_10_excludePatterns = new Vector(); ___Simple_Pattern_Name_10.setExcludePatterns(___Simple_Pattern_Name_10_excludePatterns); ___Simple_Pattern_Name_10_includePatterns = new Vector(); ___Simple_Pattern_Name_10.setIncludePatterns(___Simple_Pattern_Name_10_includePatterns); ___Simple_Pattern_Name_10_patterns = new Vector(); ___Simple_Pattern_Name_10.setPatterns(___Simple_Pattern_Name_10_patterns); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_samples_3.setPatternMatcher(___Simple_Pattern_Name_10); ___Install_SpeedFolder0_samples_3.setOverrideUnixPermissions(false); ___Install_SpeedFolder0_samples_3.setUseFilterExtensions(false); ___Install_SpeedFolder0_samples_3.setInstaller(___JBuilderFND); ___Install_SpeedFolder0_samples_3.setDirectoryChosen(true); ___Install_SpeedFolder0_samples_3.setUnixPermissions("664"); ___Install_SpeedFolder0_samples_3.setMacBinary(false); ___Install_SpeedFolder0_samples_3.setCreateDirectory(true); ___Install_SpeedFolder0_samples_3.setDestinationName("samples\\"); ___Install_SpeedFolder0_samples_3.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_48 = new PlatformChk(); ___Check_Platform_48_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_48_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_48_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_48_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_48_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_48_doNotInstallOnPlatformList.addElement("SunOS"); } public static void loadScript11() { ___Check_Platform_48_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_48_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_48_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_48_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_48_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_48_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_48_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_48_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_48_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_48.setDoNotInstallOnPlatformList(___Check_Platform_48_doNotInstallOnPlatformList); ___Check_Platform_48_installOnPlatformList = new Vector(); ___Check_Platform_48_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_48_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_48_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_48_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_48_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_48_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_48.setInstallOnPlatformList(___Check_Platform_48_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_samples_3.addRule(___Check_Platform_48); ___buildnum_txt.setMacBinary(false); ___buildnum_txt.setFileSize(20L); ___buildnum_txt.setUnixPermissions("664"); ___buildnum_txt.setSourceName("buildnum.txt"); ___buildnum_txt.setShouldUninstall(true); ___buildnum_txt.setSourcePath("C:\\metro1\\JBuilder\\"); ___buildnum_txt.setOverrideUnixPermissions(false); ___buildnum_txt.setDestinationName("buildnum.txt"); ProgressMonitor.updateScriptIncrement(); ___jbuilder_icon_xpm.setMacBinary(false); ___jbuilder_icon_xpm.setFileSize(3804L); ___jbuilder_icon_xpm.setUnixPermissions("664"); ___jbuilder_icon_xpm.setSourceName("jbuilder_icon.xpm"); ___jbuilder_icon_xpm.setShouldUninstall(true); ___jbuilder_icon_xpm.setSourcePath("C:\\install\\src\\CustomCode\\src\\com\\borland\\install\\images\\"); ___jbuilder_icon_xpm.setOverrideUnixPermissions(false); ___jbuilder_icon_xpm.setDestinationName("jbuilder_icon.xpm"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_49 = new PlatformChk(); ___Check_Platform_49_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_49_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_49_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_49_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_49_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_49_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_49_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_49_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_49_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_49_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_49_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_49_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_49_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_49_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_49_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_49.setDoNotInstallOnPlatformList(___Check_Platform_49_doNotInstallOnPlatformList); ___Check_Platform_49_installOnPlatformList = new Vector(); ___Check_Platform_49_installOnPlatformList.addElement("Solaris"); ___Check_Platform_49_installOnPlatformList.addElement("SunOS"); ___Check_Platform_49_installOnPlatformList.addElement("Linux"); ___Check_Platform_49.setInstallOnPlatformList(___Check_Platform_49_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___jbuilder_icon_xpm.addRule(___Check_Platform_49); ___jbuilder_mini_icon_xpm.setMacBinary(false); ___jbuilder_mini_icon_xpm.setFileSize(2488L); ___jbuilder_mini_icon_xpm.setUnixPermissions("664"); ___jbuilder_mini_icon_xpm.setSourceName("jbuilder_mini_icon.xpm"); ___jbuilder_mini_icon_xpm.setShouldUninstall(true); ___jbuilder_mini_icon_xpm.setSourcePath("C:\\install\\src\\CustomCode\\src\\com\\borland\\install\\images\\"); ___jbuilder_mini_icon_xpm.setOverrideUnixPermissions(false); ___jbuilder_mini_icon_xpm.setDestinationName("jbuilder_mini_icon.xpm"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_50 = new PlatformChk(); ___Check_Platform_50_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_50_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_50_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_50_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_50_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_50_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_50_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_50_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_50_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_50_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_50_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_50_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_50_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_50_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_50_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_50.setDoNotInstallOnPlatformList(___Check_Platform_50_doNotInstallOnPlatformList); ___Check_Platform_50_installOnPlatformList = new Vector(); ___Check_Platform_50_installOnPlatformList.addElement("Solaris"); ___Check_Platform_50_installOnPlatformList.addElement("SunOS"); ___Check_Platform_50_installOnPlatformList.addElement("Linux"); ___Check_Platform_50.setInstallOnPlatformList(___Check_Platform_50_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___jbuilder_mini_icon_xpm.addRule(___Check_Platform_50); ___javaSource_xpm.setMacBinary(false); ___javaSource_xpm.setFileSize(1479L); ___javaSource_xpm.setUnixPermissions("664"); ___javaSource_xpm.setSourceName("javaSource.xpm"); ___javaSource_xpm.setShouldUninstall(true); ___javaSource_xpm.setSourcePath("C:\\install\\src\\CustomCode\\src\\com\\borland\\install\\images\\"); ___javaSource_xpm.setOverrideUnixPermissions(false); ___javaSource_xpm.setDestinationName("javaSource.xpm"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_51 = new PlatformChk(); ___Check_Platform_51_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_51_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_51_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_51_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_51_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_51_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_51_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_51_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_51_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_51_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_51_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_51_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_51_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_51_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_51_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_51.setDoNotInstallOnPlatformList(___Check_Platform_51_doNotInstallOnPlatformList); ___Check_Platform_51_installOnPlatformList = new Vector(); ___Check_Platform_51_installOnPlatformList.addElement("Solaris"); ___Check_Platform_51_installOnPlatformList.addElement("SunOS"); ___Check_Platform_51_installOnPlatformList.addElement("Linux"); ___Check_Platform_51.setInstallOnPlatformList(___Check_Platform_51_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___javaSource_xpm.addRule(___Check_Platform_51); ___jbuilderProject_xpm.setMacBinary(false); ___jbuilderProject_xpm.setFileSize(1369L); ___jbuilderProject_xpm.setUnixPermissions("664"); ___jbuilderProject_xpm.setSourceName("jbuilderProject.xpm"); ___jbuilderProject_xpm.setShouldUninstall(true); ___jbuilderProject_xpm.setSourcePath("C:\\install\\src\\CustomCode\\src\\com\\borland\\install\\images\\"); ___jbuilderProject_xpm.setOverrideUnixPermissions(false); ___jbuilderProject_xpm.setDestinationName("jbuilderProject.xpm"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_52 = new PlatformChk(); ___Check_Platform_52_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_52_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_52_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_52_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_52_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_52_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_52_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_52_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_52_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_52_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_52_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_52_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_52_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_52_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_52_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_52.setDoNotInstallOnPlatformList(___Check_Platform_52_doNotInstallOnPlatformList); ___Check_Platform_52_installOnPlatformList = new Vector(); ___Check_Platform_52_installOnPlatformList.addElement("Solaris"); ___Check_Platform_52_installOnPlatformList.addElement("SunOS"); ___Check_Platform_52_installOnPlatformList.addElement("Linux"); ___Check_Platform_52.setInstallOnPlatformList(___Check_Platform_52_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___jbuilderProject_xpm.addRule(___Check_Platform_52); ___UninstallPersonal.setMacBinary(false); ___UninstallPersonal.setUnixPermissions("775"); ___UninstallPersonal.setRemoveRecursively(false); ___UninstallPersonal.setShouldUninstall(true); ___UninstallPersonal.setOverrideUnixPermissions(false); ___UninstallPersonal.setDestinationName("UninstallPersonal"); ProgressMonitor.updateScriptIncrement(); ___UninstallPersonal_1.setUnixPermissions("755"); ___UninstallPersonal_1.setInstaller(___JBuilderFND); ___UninstallPersonal_1.setGuiLauncher(true); ___UninstallPersonal_1.setShouldUninstall(true); ___UninstallPersonal_1_propertyList = new Vector(); ___UninstallPersonal_1data1 = new LAXPropertyData(); ___UninstallPersonal_1data1.setPropertyValue(""); ___UninstallPersonal_1data1.setReferenceName("___UninstallPersonal_1data1"); ___UninstallPersonal_1data1.setPropertyComment("leave blank for no input, \"console\" to read from the console window,\nand any path to a file to read from that file"); ___UninstallPersonal_1data1.setPropertyName("lax.stderr.redirect"); ___UninstallPersonal_1data1.setInstaller(___JBuilderFND); ___UninstallPersonal_1data1.setKey("lax.stderr.redirect"); ProgressMonitor.updateScriptIncrement(); ___UninstallPersonal_1_propertyList.addElement(___UninstallPersonal_1data1); ___UninstallPersonal_1data2 = new LAXPropertyData(); ___UninstallPersonal_1data2.setPropertyValue("2750"); ___UninstallPersonal_1data2.setReferenceName("___UninstallPersonal_1data2"); ___UninstallPersonal_1data2.setPropertyComment("The minimum version of Microsoft's VM this launcher will run with"); ___UninstallPersonal_1data2.setPropertyName("lax.nl.win32.microsoftvm.min.version"); ___UninstallPersonal_1data2.setInstaller(___JBuilderFND); ___UninstallPersonal_1data2.setKey("lax.nl.win32.microsoftvm.min.version"); ProgressMonitor.updateScriptIncrement(); ___UninstallPersonal_1_propertyList.addElement(___UninstallPersonal_1data2); ___UninstallPersonal_1data3 = new LAXPropertyData(); ___UninstallPersonal_1data3.setPropertyValue(""); ___UninstallPersonal_1data3.setReferenceName("___UninstallPersonal_1data3"); ___UninstallPersonal_1data3.setPropertyComment("leave blank for no input, \"console\" to read from the console window,\nand any path to a file to read from that file"); ___UninstallPersonal_1data3.setPropertyName("lax.stdin.redirect"); ___UninstallPersonal_1data3.setInstaller(___JBuilderFND); ___UninstallPersonal_1data3.setKey("lax.stdin.redirect"); ProgressMonitor.updateScriptIncrement(); ___UninstallPersonal_1_propertyList.addElement(___UninstallPersonal_1data3); ___UninstallPersonal_1data4 = new LAXPropertyData(); ___UninstallPersonal_1data4.setPropertyValue("."); ___UninstallPersonal_1data4.setReferenceName("___UninstallPersonal_1data4"); ___UninstallPersonal_1data4.setPropertyComment("left blank, this property will cause the native launcher to not\nalter the platform default behavior for setting the user dir.\nTo override this you may set this property to a relative or absolute path.\nRelative paths are relative to the launcher."); ___UninstallPersonal_1data4.setPropertyName("lax.user.dir"); ___UninstallPersonal_1data4.setInstaller(___JBuilderFND); ___UninstallPersonal_1data4.setKey("lax.user.dir"); ProgressMonitor.updateScriptIncrement(); ___UninstallPersonal_1_propertyList.addElement(___UninstallPersonal_1data4); ___UninstallPersonal_1data5 = new LAXPropertyData(); ___UninstallPersonal_1data5.setPropertyValue("main"); ___UninstallPersonal_1data5.setReferenceName("___UninstallPersonal_1data5"); ___UninstallPersonal_1data5.setPropertyComment("the method in the main class that will be invoked"); ___UninstallPersonal_1data5.setPropertyName("lax.main.method"); ___UninstallPersonal_1data5.setInstaller(___JBuilderFND); ___UninstallPersonal_1data5.setKey("lax.main.method"); ProgressMonitor.updateScriptIncrement(); ___UninstallPersonal_1_propertyList.addElement(___UninstallPersonal_1data5); ___UninstallPersonal_1data6 = new LAXPropertyData(); ___UninstallPersonal_1data6.setPropertyValue("$USER_INSTALL_DIR$"); ___UninstallPersonal_1data6.setReferenceName("___UninstallPersonal_1data6"); ___UninstallPersonal_1data6.setPropertyComment("path to the installdir magic folder"); ___UninstallPersonal_1data6.setPropertyName("lax.root.install.dir"); ___UninstallPersonal_1data6.setInstaller(___JBuilderFND); ___UninstallPersonal_1data6.setKey("lax.root.install.dir"); ProgressMonitor.updateScriptIncrement(); ___UninstallPersonal_1_propertyList.addElement(___UninstallPersonal_1data6); ___UninstallPersonal_1data7 = new LAXPropertyData(); ___UninstallPersonal_1data7.setPropertyValue("$CMD_LINE_ARGUMENTS$"); ___UninstallPersonal_1data7.setReferenceName("___UninstallPersonal_1data7"); ___UninstallPersonal_1data7.setPropertyComment("what will be passed to the main method -- be sure to quote arguments with spaces in them"); ___UninstallPersonal_1data7.setPropertyName("lax.command.line.args"); ___UninstallPersonal_1data7.setInstaller(___JBuilderFND); ___UninstallPersonal_1data7.setKey("lax.command.line.args"); ProgressMonitor.updateScriptIncrement(); ___UninstallPersonal_1_propertyList.addElement(___UninstallPersonal_1data7); ___UninstallPersonal_1data8 = new LAXPropertyData(); ___UninstallPersonal_1data8.setPropertyValue("$IA_CLASSPATH$"); ___UninstallPersonal_1data8.setReferenceName("___UninstallPersonal_1data8"); ___UninstallPersonal_1data8.setPropertyComment("the Java classpath necessary to run this application\nCan be separated by colons or semicolons"); } public static void loadScript12() { ___UninstallPersonal_1data8.setPropertyName("lax.class.path"); ___UninstallPersonal_1data8.setInstaller(___JBuilderFND); ___UninstallPersonal_1data8.setKey("lax.class.path"); ProgressMonitor.updateScriptIncrement(); ___UninstallPersonal_1_propertyList.addElement(___UninstallPersonal_1data8); ___UninstallPersonal_1data9 = new LAXPropertyData(); ___UninstallPersonal_1data9.setPropertyValue("JDK JRE MSJ MRJ"); ___UninstallPersonal_1data9.setReferenceName("___UninstallPersonal_1data9"); ___UninstallPersonal_1data9.setPropertyComment("a string containing one or more of JDK JRE MSJ MRJ delimited by spaces or commas.\nIf the native launcher cannot find the current vm,\nit will search for ones in this list"); ___UninstallPersonal_1data9.setPropertyName("lax.nl.valid.vm.list"); ___UninstallPersonal_1data9.setInstaller(___JBuilderFND); ___UninstallPersonal_1data9.setKey("lax.nl.valid.vm.list"); ProgressMonitor.updateScriptIncrement(); ___UninstallPersonal_1_propertyList.addElement(___UninstallPersonal_1data9); ___UninstallPersonal_1data10 = new LAXPropertyData(); ___UninstallPersonal_1data10.setPropertyValue("4.0"); ___UninstallPersonal_1data10.setReferenceName("___UninstallPersonal_1data10"); ___UninstallPersonal_1data10.setPropertyComment("version of LaunchAnywhere that created this properties file"); ___UninstallPersonal_1data10.setPropertyName("lax.version"); ___UninstallPersonal_1data10.setInstaller(___JBuilderFND); ___UninstallPersonal_1data10.setKey("lax.version"); ProgressMonitor.updateScriptIncrement(); ___UninstallPersonal_1_propertyList.addElement(___UninstallPersonal_1data10); ___UninstallPersonal_1data11 = new LAXPropertyData(); ___UninstallPersonal_1data11.setPropertyValue("The application either could not find a Java VM, or the Java VM on this system is too old. The application requires Java 1.1.5, Microsoft Java version 2750, or Mac OS Runtime for Java 2.0. These can be downloaded from http://java.sun.com/products/jdk/1.1/jre/ or http://www.microsoft.com/java or http://www.apple.com/java"); ___UninstallPersonal_1data11.setReferenceName("___UninstallPersonal_1data11"); ___UninstallPersonal_1data11.setPropertyComment("text to show the user in a dialog if NO VM can be found."); ___UninstallPersonal_1data11.setPropertyName("lax.nl.message.vm.not.loaded"); ___UninstallPersonal_1data11.setInstaller(___JBuilderFND); ___UninstallPersonal_1data11.setKey("lax.nl.message.vm.not.loaded"); ProgressMonitor.updateScriptIncrement(); ___UninstallPersonal_1_propertyList.addElement(___UninstallPersonal_1data11); ___UninstallPersonal_1data12 = new LAXPropertyData(); ___UninstallPersonal_1data12.setPropertyValue(""); ___UninstallPersonal_1data12.setReferenceName("___UninstallPersonal_1data12"); ___UninstallPersonal_1data12.setPropertyComment("leave blank for no input, \"console\" to read from the console window,\nand any path to a file to read from that file"); ___UninstallPersonal_1data12.setPropertyName("lax.stdout.redirect"); ___UninstallPersonal_1data12.setInstaller(___JBuilderFND); ___UninstallPersonal_1data12.setKey("lax.stdout.redirect"); ProgressMonitor.updateScriptIncrement(); ___UninstallPersonal_1_propertyList.addElement(___UninstallPersonal_1data12); ___UninstallPersonal_1.setPropertyList(___UninstallPersonal_1_propertyList); ___UninstallPersonal_1.setOverrideUnixPermissions(true); ___uninstall_32_gifIcon = new BindingWin32(); ___uninstall_32_gifIcon.setInstaller(___JBuilderFND); ___uninstall_32_gifIcon.setLargeIconName("uninstall_32.gif"); ___uninstall_32_gifIcon.setSmallIconPath("C:\\install\\src\\JBuilderFnd\\"); ___uninstall_32_gifIcon.setLargeIconPath("C:\\install\\src\\JBuilderFnd\\"); ___uninstall_32_gifIcon.setSmallIconName("uninstall_32.gif"); ProgressMonitor.updateScriptIncrement(); ___UninstallPersonal_1.setExecutableIcon(___uninstall_32_gifIcon); ___UninstallPersonal_1.setDestinationName("UninstallPersonal"); ___UninstallPersonal_1.setExternalID("InstallUninstaller.653"); ProgressMonitor.updateScriptIncrement(); ___Set_Windows_Registry_0_Single_Entry0_Borland0JBuilder06_0_0PathName0.setUninstallOptions(0); ___Set_Windows_Registry_0_Single_Entry0_Borland0JBuilder06_0_0PathName0.setDataType(0); ___Set_Windows_Registry_0_Single_Entry0_Borland0JBuilder06_0_0PathName0.setKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Borland\\JBuilder\\6.0"); ___Set_Windows_Registry_0_Single_Entry0_Borland0JBuilder06_0_0PathName0.setUserLabel("Borland\\JBuilder\\6.0 <PathName>"); ___Set_Windows_Registry_0_Single_Entry0_Borland0JBuilder06_0_0PathName0.setValue("$USER_INSTALL_DIR$"); ___Set_Windows_Registry_0_Single_Entry0_Borland0JBuilder06_0_0PathName0.setValueName("PathName"); ___Set_Windows_Registry_0_Single_Entry0_Borland0JBuilder06_0_0PathName0.setExternalID("MakeRegEntry.712"); ProgressMonitor.updateScriptIncrement(); ___Set_Windows_Registry_0_Multiple_Entries0_Uninstall_Entries.setUseFile(false); ___Set_Windows_Registry_0_Multiple_Entries0_Uninstall_Entries.setComment("Uninstall Entries"); ___Set_Windows_Registry_0_Multiple_Entries0_Uninstall_Entries.setResourceName(""); ___Set_Windows_Registry_0_Multiple_Entries0_Uninstall_Entries.setUninstallOptions(0); ___Set_Windows_Registry_0_Multiple_Entries0_Uninstall_Entries_propertyList = new Vector(); ___HKEY_LOCAL_MACHINE0SOFTWARE0Microsoft0Windows0CurrentVersion0Uninstall0PRODUCT_NAME0DisplayName0STRING0 = new SpeedRegistryData(); ___HKEY_LOCAL_MACHINE0SOFTWARE0Microsoft0Windows0CurrentVersion0Uninstall0PRODUCT_NAME0DisplayName0STRING0.setDataType("STRING"); ___HKEY_LOCAL_MACHINE0SOFTWARE0Microsoft0Windows0CurrentVersion0Uninstall0PRODUCT_NAME0DisplayName0STRING0.setKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$PRODUCT_NAME$"); ___HKEY_LOCAL_MACHINE0SOFTWARE0Microsoft0Windows0CurrentVersion0Uninstall0PRODUCT_NAME0DisplayName0STRING0.setData("$PRODUCT_NAME$"); ___HKEY_LOCAL_MACHINE0SOFTWARE0Microsoft0Windows0CurrentVersion0Uninstall0PRODUCT_NAME0DisplayName0STRING0.setValueName("DisplayName"); ___HKEY_LOCAL_MACHINE0SOFTWARE0Microsoft0Windows0CurrentVersion0Uninstall0PRODUCT_NAME0DisplayName0STRING0.setKeyPath("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$PRODUCT_NAME$"); ProgressMonitor.updateScriptIncrement(); ___Set_Windows_Registry_0_Multiple_Entries0_Uninstall_Entries_propertyList.addElement(___HKEY_LOCAL_MACHINE0SOFTWARE0Microsoft0Windows0CurrentVersion0Uninstall0PRODUCT_NAME0DisplayName0STRING0); ___HKEY_LOCAL_MACHINE0SOFTWARE0Microsoft0Windows0CurrentVersion0Uninstall0PRODUCT_NAME0UninstallString0STRING1 = new SpeedRegistryData(); ___HKEY_LOCAL_MACHINE0SOFTWARE0Microsoft0Windows0CurrentVersion0Uninstall0PRODUCT_NAME0UninstallString0STRING1.setDataType("STRING"); ___HKEY_LOCAL_MACHINE0SOFTWARE0Microsoft0Windows0CurrentVersion0Uninstall0PRODUCT_NAME0UninstallString0STRING1.setKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$PRODUCT_NAME$"); ___HKEY_LOCAL_MACHINE0SOFTWARE0Microsoft0Windows0CurrentVersion0Uninstall0PRODUCT_NAME0UninstallString0STRING1.setData("$USER_MAGIC_FOLDER_1$\\UninstallPersonal\\UninstallPersonal.exe"); ___HKEY_LOCAL_MACHINE0SOFTWARE0Microsoft0Windows0CurrentVersion0Uninstall0PRODUCT_NAME0UninstallString0STRING1.setValueName("UninstallString"); ___HKEY_LOCAL_MACHINE0SOFTWARE0Microsoft0Windows0CurrentVersion0Uninstall0PRODUCT_NAME0UninstallString0STRING1.setKeyPath("HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\$PRODUCT_NAME$"); ProgressMonitor.updateScriptIncrement(); ___Set_Windows_Registry_0_Multiple_Entries0_Uninstall_Entries_propertyList.addElement(___HKEY_LOCAL_MACHINE0SOFTWARE0Microsoft0Windows0CurrentVersion0Uninstall0PRODUCT_NAME0UninstallString0STRING1); ___Set_Windows_Registry_0_Multiple_Entries0_Uninstall_Entries.setPropertyList(___Set_Windows_Registry_0_Multiple_Entries0_Uninstall_Entries_propertyList); ___Set_Windows_Registry_0_Multiple_Entries0_Uninstall_Entries.setShouldUninstall(true); ___Set_Windows_Registry_0_Multiple_Entries0_Uninstall_Entries.setResourcePath(""); ProgressMonitor.updateScriptIncrement(); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries.setUseFile(false); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries.setComment("JDK Entries"); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries.setResourceName(""); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries.setUninstallOptions(0); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries_propertyList = new Vector(); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit0CurrentVersion0STRING0 = new SpeedRegistryData(); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit0CurrentVersion0STRING0.setDataType("STRING"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit0CurrentVersion0STRING0.setKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit0CurrentVersion0STRING0.setData("1.3"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit0CurrentVersion0STRING0.setValueName("CurrentVersion"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit0CurrentVersion0STRING0.setKeyPath("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit"); ProgressMonitor.updateScriptIncrement(); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries_propertyList.addElement(___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit0CurrentVersion0STRING0); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_30JavaHome0STRING1 = new SpeedRegistryData(); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_30JavaHome0STRING1.setDataType("STRING"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_30JavaHome0STRING1.setKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit\\1.3"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_30JavaHome0STRING1.setData("$USER_INSTALL_DIR$\\jdk1.3.1"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_30JavaHome0STRING1.setValueName("JavaHome"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_30JavaHome0STRING1.setKeyPath("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit\\1.3"); ProgressMonitor.updateScriptIncrement(); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries_propertyList.addElement(___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_30JavaHome0STRING1); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_30MicroVersion0STRING2 = new SpeedRegistryData(); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_30MicroVersion0STRING2.setDataType("STRING"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_30MicroVersion0STRING2.setKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit\\1.3"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_30MicroVersion0STRING2.setData("1"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_30MicroVersion0STRING2.setValueName("MicroVersion"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_30MicroVersion0STRING2.setKeyPath("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit\\1.3"); ProgressMonitor.updateScriptIncrement(); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries_propertyList.addElement(___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_30MicroVersion0STRING2); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_3_10JavaHome0STRING3 = new SpeedRegistryData(); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_3_10JavaHome0STRING3.setDataType("STRING"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_3_10JavaHome0STRING3.setKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit\\1.3.1"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_3_10JavaHome0STRING3.setData("$USER_INSTALL_DIR$\\jdk1.3.1"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_3_10JavaHome0STRING3.setValueName("JavaHome"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_3_10JavaHome0STRING3.setKeyPath("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit\\1.3.1"); ProgressMonitor.updateScriptIncrement(); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries_propertyList.addElement(___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_3_10JavaHome0STRING3); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_3_10MicroVersion0STRING4 = new SpeedRegistryData(); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_3_10MicroVersion0STRING4.setDataType("STRING"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_3_10MicroVersion0STRING4.setKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit\\1.3.1"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_3_10MicroVersion0STRING4.setData("1"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_3_10MicroVersion0STRING4.setValueName("MicroVersion"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_3_10MicroVersion0STRING4.setKeyPath("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit\\1.3.1"); ProgressMonitor.updateScriptIncrement(); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries_propertyList.addElement(___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Development_Kit01_3_10MicroVersion0STRING4); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Plug0in01_3_1_010JavaHome0STRING5 = new SpeedRegistryData(); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Plug0in01_3_1_010JavaHome0STRING5.setDataType("STRING"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Plug0in01_3_1_010JavaHome0STRING5.setKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Plug-in\\1.3.1_01"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Plug0in01_3_1_010JavaHome0STRING5.setData("$USER_INSTALL_DIR$\\jdk1.3.1\\jre"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Plug0in01_3_1_010JavaHome0STRING5.setValueName("JavaHome"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Plug0in01_3_1_010JavaHome0STRING5.setKeyPath("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Plug-in\\1.3.1_01"); ProgressMonitor.updateScriptIncrement(); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries_propertyList.addElement(___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Plug0in01_3_1_010JavaHome0STRING5); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment0CurrentVersion0STRING6 = new SpeedRegistryData(); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment0CurrentVersion0STRING6.setDataType("STRING"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment0CurrentVersion0STRING6.setKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment0CurrentVersion0STRING6.setData("1.3"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment0CurrentVersion0STRING6.setValueName("CurrentVersion"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment0CurrentVersion0STRING6.setKeyPath("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment"); ProgressMonitor.updateScriptIncrement(); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries_propertyList.addElement(___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment0CurrentVersion0STRING6); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30JavaHome0STRING7 = new SpeedRegistryData(); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30JavaHome0STRING7.setDataType("STRING"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30JavaHome0STRING7.setKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.3"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30JavaHome0STRING7.setData("$USER_INSTALL_DIR$\\jdk1.3.1\\jre"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30JavaHome0STRING7.setValueName("JavaHome"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30JavaHome0STRING7.setKeyPath("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.3"); ProgressMonitor.updateScriptIncrement(); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries_propertyList.addElement(___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30JavaHome0STRING7); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30MicroVersion0STRING8 = new SpeedRegistryData(); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30MicroVersion0STRING8.setDataType("STRING"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30MicroVersion0STRING8.setKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.3"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30MicroVersion0STRING8.setData("1"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30MicroVersion0STRING8.setValueName("MicroVersion"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30MicroVersion0STRING8.setKeyPath("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.3"); ProgressMonitor.updateScriptIncrement(); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries_propertyList.addElement(___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30MicroVersion0STRING8); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30RuntimeLib0STRING9 = new SpeedRegistryData(); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30RuntimeLib0STRING9.setDataType("STRING"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30RuntimeLib0STRING9.setKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.3"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30RuntimeLib0STRING9.setData("$USER_INSTALL_DIR$\\jdk1.3.1\\jre\\bin\\hotspot\\jvm.dll"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30RuntimeLib0STRING9.setValueName("RuntimeLib"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30RuntimeLib0STRING9.setKeyPath("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.3"); ProgressMonitor.updateScriptIncrement(); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries_propertyList.addElement(___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_30RuntimeLib0STRING9); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10JavaHome0STRING10 = new SpeedRegistryData(); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10JavaHome0STRING10.setDataType("STRING"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10JavaHome0STRING10.setKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.3.1"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10JavaHome0STRING10.setData("$USER_INSTALL_DIR$\\jdk1.3.1\\jre"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10JavaHome0STRING10.setValueName("JavaHome"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10JavaHome0STRING10.setKeyPath("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.3.1"); ProgressMonitor.updateScriptIncrement(); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries_propertyList.addElement(___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10JavaHome0STRING10); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10MicroVersion0STRING11 = new SpeedRegistryData(); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10MicroVersion0STRING11.setDataType("STRING"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10MicroVersion0STRING11.setKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.3.1"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10MicroVersion0STRING11.setData("1"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10MicroVersion0STRING11.setValueName("MicroVersion"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10MicroVersion0STRING11.setKeyPath("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.3.1"); ProgressMonitor.updateScriptIncrement(); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries_propertyList.addElement(___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10MicroVersion0STRING11); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10RuntimeLib0STRING12 = new SpeedRegistryData(); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10RuntimeLib0STRING12.setDataType("STRING"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10RuntimeLib0STRING12.setKey("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.3.1"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10RuntimeLib0STRING12.setData("$USER_INSTALL_DIR$\\jdk1.3.1\\jre\\bin\\hotspot\\jvm.dll"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10RuntimeLib0STRING12.setValueName("RuntimeLib"); ___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10RuntimeLib0STRING12.setKeyPath("HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Runtime Environment\\1.3.1"); ProgressMonitor.updateScriptIncrement(); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries_propertyList.addElement(___HKEY_LOCAL_MACHINE0SOFTWARE0JavaSoft0Java_Runtime_Environment01_3_10RuntimeLib0STRING12); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries.setPropertyList(___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries_propertyList); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries.setShouldUninstall(true); ___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries.setResourcePath(""); ProgressMonitor.updateScriptIncrement(); ___jdk1_3_1.setMacBinary(false); ___jdk1_3_1.setUnixPermissions("775"); ___jdk1_3_1.setRemoveRecursively(false); ___jdk1_3_1.setShouldUninstall(true); ___jdk1_3_1.setOverrideUnixPermissions(false); ___jdk1_3_1.setDestinationName("jdk1.3.1"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_53 = new PlatformChk(); ___Check_Platform_53_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_53_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_53.setDoNotInstallOnPlatformList(___Check_Platform_53_doNotInstallOnPlatformList); ___Check_Platform_53_installOnPlatformList = new Vector(); ___Check_Platform_53_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_53.setInstallOnPlatformList(___Check_Platform_53_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___jdk1_3_1.addRule(___Check_Platform_53); ___Set_InstallAnywhere_Variable_0_Single_Variable0_BUNDLED_VM_INSTALLER.setName("BUNDLED_VM_INSTALLER"); ___Set_InstallAnywhere_Variable_0_Single_Variable0_BUNDLED_VM_INSTALLER.setShouldUninstall(true); ___Set_InstallAnywhere_Variable_0_Single_Variable0_BUNDLED_VM_INSTALLER.setValue("true"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_54 = new PlatformChk(); ___Check_Platform_54_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_54_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_54_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_54_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_54_doNotInstallOnPlatformList.addElement("Windows Me"); } public static void loadScript13() { ___Check_Platform_54_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_54_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_54_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_54_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_54_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_54_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_54_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_54_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_54_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_54_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_54_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_54_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_54_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_54_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_54_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_54.setDoNotInstallOnPlatformList(___Check_Platform_54_doNotInstallOnPlatformList); ___Check_Platform_54_installOnPlatformList = new Vector(); ___Check_Platform_54_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_54.setInstallOnPlatformList(___Check_Platform_54_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_BUNDLED_VM_INSTALLER.addRule(___Check_Platform_54); ___USER_MAGIC_FOLDER_3_0USER_MAGIC_FOLDER_30.setUnixPermissions("775"); ___USER_MAGIC_FOLDER_3_0USER_MAGIC_FOLDER_30.setOverrideUnixPermissions(false); ___com_zerog_ia_installer_util_magicfolders_UserMagicFolder3MF = (UserMagicFolder3MF)MagicFolder.get(990); ProgressMonitor.updateScriptIncrement(); ___USER_MAGIC_FOLDER_3_0USER_MAGIC_FOLDER_30.setDestinationFolder(___com_zerog_ia_installer_util_magicfolders_UserMagicFolder3MF); ProgressMonitor.updateScriptIncrement(); ___temp.setUnixPermissions("777"); ___temp.setMainClass("com.borland.temp"); ___temp.setGuiLauncher(true); ___temp.setShouldUninstall(true); ___temp_propertyList = new Vector(); ___tempdata1 = new LAXPropertyData(); ___tempdata1.setPropertyValue(""); ___tempdata1.setReferenceName("___tempdata1"); ___tempdata1.setPropertyComment("leave blank for no output, \"console\" to send to a console window,\nand any path to a file to save to a file"); ___tempdata1.setPropertyName("lax.stderr.redirect"); ___tempdata1.setInstaller(___JBuilderFND); ___tempdata1.setKey("lax.stderr.redirect"); ProgressMonitor.updateScriptIncrement(); ___temp_propertyList.addElement(___tempdata1); ___tempdata2 = new LAXPropertyData(); ___tempdata2.setPropertyValue("2750"); ___tempdata2.setReferenceName("___tempdata2"); ___tempdata2.setPropertyComment("The minimum version of Microsoft's VM this launcher will run with"); ___tempdata2.setPropertyName("lax.nl.win32.microsoftvm.min.version"); ___tempdata2.setInstaller(___JBuilderFND); ___tempdata2.setKey("lax.nl.win32.microsoftvm.min.version"); ProgressMonitor.updateScriptIncrement(); ___temp_propertyList.addElement(___tempdata2); ___tempdata3 = new LAXPropertyData(); ___tempdata3.setPropertyValue(""); ___tempdata3.setReferenceName("___tempdata3"); ___tempdata3.setPropertyComment("leave blank for no input, \"console\" to read from the console window,\nand any path to a file to read from that file"); ___tempdata3.setPropertyName("lax.stdin.redirect"); ___tempdata3.setInstaller(___JBuilderFND); ___tempdata3.setKey("lax.stdin.redirect"); ProgressMonitor.updateScriptIncrement(); ___temp_propertyList.addElement(___tempdata3); ___tempdata4 = new LAXPropertyData(); ___tempdata4.setPropertyValue("."); ___tempdata4.setReferenceName("___tempdata4"); ___tempdata4.setPropertyComment("left blank, this property will cause the native launcher to not\nalter the platform default behavior for setting the user dir.\nTo override this you may set this property to a relative or absolute path.\nRelative paths are relative to the launcher."); ___tempdata4.setPropertyName("lax.user.dir"); ___tempdata4.setInstaller(___JBuilderFND); ___tempdata4.setKey("lax.user.dir"); ProgressMonitor.updateScriptIncrement(); ___temp_propertyList.addElement(___tempdata4); ___tempdata5 = new LAXPropertyData(); ___tempdata5.setPropertyValue("main"); ___tempdata5.setReferenceName("___tempdata5"); ___tempdata5.setPropertyComment("the method in the main class that will be invoked"); ___tempdata5.setPropertyName("lax.main.method"); ___tempdata5.setInstaller(___JBuilderFND); ___tempdata5.setKey("lax.main.method"); ProgressMonitor.updateScriptIncrement(); ___temp_propertyList.addElement(___tempdata5); ___tempdata6 = new LAXPropertyData(); ___tempdata6.setPropertyValue("$USER_INSTALL_DIR$"); ___tempdata6.setReferenceName("___tempdata6"); ___tempdata6.setPropertyComment("path to the installdir magic folder"); ___tempdata6.setPropertyName("lax.root.install.dir"); ___tempdata6.setInstaller(___JBuilderFND); ___tempdata6.setKey("lax.root.install.dir"); ProgressMonitor.updateScriptIncrement(); ___temp_propertyList.addElement(___tempdata6); ___tempdata7 = new LAXPropertyData(); ___tempdata7.setPropertyValue("$CMD_LINE_ARGUMENTS$"); ___tempdata7.setReferenceName("___tempdata7"); ___tempdata7.setPropertyComment("what will be passed to the main method -- be sure to quote arguments with spaces in them"); ___tempdata7.setPropertyName("lax.command.line.args"); ___tempdata7.setInstaller(___JBuilderFND); ___tempdata7.setKey("lax.command.line.args"); ProgressMonitor.updateScriptIncrement(); ___temp_propertyList.addElement(___tempdata7); ___tempdata8 = new LAXPropertyData(); ___tempdata8.setPropertyValue("$IA_CLASSPATH$"); ___tempdata8.setReferenceName("___tempdata8"); ___tempdata8.setPropertyComment("the Java classpath necessary to run this application\nCan be separated by colons or semicolons"); ___tempdata8.setPropertyName("lax.class.path"); ___tempdata8.setInstaller(___JBuilderFND); ___tempdata8.setKey("lax.class.path"); ProgressMonitor.updateScriptIncrement(); ___temp_propertyList.addElement(___tempdata8); ___tempdata9 = new LAXPropertyData(); ___tempdata9.setPropertyValue("JDK JRE MSJ MRJ"); ___tempdata9.setReferenceName("___tempdata9"); ___tempdata9.setPropertyComment("a string containing one or more of JDK JRE MSJ MRJ delimited by spaces or commas.\nif the native launcher cannot find the current vm,\nit will search for ones in this list"); ___tempdata9.setPropertyName("lax.nl.valid.vm.list"); ___tempdata9.setInstaller(___JBuilderFND); ___tempdata9.setKey("lax.nl.valid.vm.list"); ProgressMonitor.updateScriptIncrement(); ___temp_propertyList.addElement(___tempdata9); ___tempdata10 = new LAXPropertyData(); ___tempdata10.setPropertyValue("4.0"); ___tempdata10.setReferenceName("___tempdata10"); ___tempdata10.setPropertyComment("version of LaunchAnywhere that created this properties file"); ___tempdata10.setPropertyName("lax.version"); ___tempdata10.setInstaller(___JBuilderFND); ___tempdata10.setKey("lax.version"); ProgressMonitor.updateScriptIncrement(); ___temp_propertyList.addElement(___tempdata10); ___tempdata11 = new LAXPropertyData(); ___tempdata11.setPropertyValue("com.borland.temp"); ___tempdata11.setReferenceName("___tempdata11"); ___tempdata11.setPropertyComment("the class that contains the main method for the application"); ___tempdata11.setPropertyName("lax.main.class"); ___tempdata11.setInstaller(___JBuilderFND); ___tempdata11.setKey("lax.main.class"); ProgressMonitor.updateScriptIncrement(); ___temp_propertyList.addElement(___tempdata11); ___tempdata12 = new LAXPropertyData(); ___tempdata12.setPropertyValue("The application either could not find a Java VM, or the Java VM on this system is too old. The application requires Java 1.1.5, Microsoft Java version 2750, or Mac OS Runtime for Java 2.0. These can be downloaded from http://java.sun.com/products/jdk/1.1/jre/ or http://www.microsoft.com/java or http://www.apple.com/java"); ___tempdata12.setReferenceName("___tempdata12"); ___tempdata12.setPropertyComment("text to show the user in a dialog if NO VM can be found."); ___tempdata12.setPropertyName("lax.nl.message.vm.not.loaded"); ___tempdata12.setInstaller(___JBuilderFND); ___tempdata12.setKey("lax.nl.message.vm.not.loaded"); ProgressMonitor.updateScriptIncrement(); ___temp_propertyList.addElement(___tempdata12); ___tempdata13 = new LAXPropertyData(); ___tempdata13.setPropertyValue(""); ___tempdata13.setReferenceName("___tempdata13"); ___tempdata13.setPropertyComment("leave blank for no output, \"console\" to send to a console window,\nand any any path to a file to save to a file"); ___tempdata13.setPropertyName("lax.stdout.redirect"); ___tempdata13.setInstaller(___JBuilderFND); ___tempdata13.setKey("lax.stdout.redirect"); ProgressMonitor.updateScriptIncrement(); ___temp_propertyList.addElement(___tempdata13); ___temp.setPropertyList(___temp_propertyList); ___temp.setOverrideUnixPermissions(false); ___temp.setDestinationName("temp"); ___temp.setExternalID("MakeExecutable.331"); ProgressMonitor.updateScriptIncrement(); ___Install_Folder_0USER_INSTALL_DIR0.setUnixPermissions("775"); ___Install_Folder_0USER_INSTALL_DIR0.setOverrideUnixPermissions(false); ___Install_Folder_0USER_INSTALL_DIR0.setDestinationFolder(___com_zerog_ia_installer_util_magicfolders_InstallDirMF); ProgressMonitor.updateScriptIncrement(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_JBUILDER_HOME.setName("$JBUILDER_HOME$"); ___Set_InstallAnywhere_Variable_0_Single_Variable0_JBUILDER_HOME.setShouldUninstall(true); ___Set_InstallAnywhere_Variable_0_Single_Variable0_JBUILDER_HOME.setValue("$USER_MAGIC_FOLDER_1$"); ProgressMonitor.updateScriptIncrement(); ___Set_InstallAnywhere_Variable_0_Single_Variable0_JDK_DIR.setName("$JDK_DIR$"); ___Set_InstallAnywhere_Variable_0_Single_Variable0_JDK_DIR.setShouldUninstall(true); ___Set_InstallAnywhere_Variable_0_Single_Variable0_JDK_DIR.setValue("$USER_INSTALL_DIR$/jdk1.3.1"); ProgressMonitor.updateScriptIncrement(); ___Execute_Custom_Code0_com_borland_install_iacc_MakeJDKConfig.setClientClassFullName("com.borland.install.iacc.MakeJDKConfig"); ___Execute_Custom_Code0_com_borland_install_iacc_MakeJDKConfig.setResourcePath("C:\\install\\src\\CustomCode\\"); ___Execute_Custom_Code0_com_borland_install_iacc_MakeJDKConfig.setShowPleaseWaitPanel(true); ___Execute_Custom_Code0_com_borland_install_iacc_MakeJDKConfig.setResourceName("jbcc.jar"); ___Execute_Custom_Code0_com_borland_install_iacc_MakeJDKConfig.setREF(10); ___Execute_Custom_Code0_com_borland_install_iacc_MakeJDKConfig.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_55 = new PlatformChk(); ___Check_Platform_55_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_55_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_55_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_55_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_55_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_55_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_55_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_55_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_55_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_55_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_55_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_55_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_55_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_55_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_55_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_55_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_55_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_55.setDoNotInstallOnPlatformList(___Check_Platform_55_doNotInstallOnPlatformList); ___Check_Platform_55_installOnPlatformList = new Vector(); ___Check_Platform_55_installOnPlatformList.addElement("Solaris"); ___Check_Platform_55_installOnPlatformList.addElement("SunOS"); ___Check_Platform_55_installOnPlatformList.addElement("Linux"); ___Check_Platform_55_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_55.setInstallOnPlatformList(___Check_Platform_55_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Execute_Custom_Code0_com_borland_install_iacc_MakeJDKConfig.addRule(___Check_Platform_55); ___Execute_Custom_Code0_com_borland_install_iacc_UnixSaveConfig.setClientClassFullName("com.borland.install.iacc.UnixSaveConfig"); ___Execute_Custom_Code0_com_borland_install_iacc_UnixSaveConfig.setResourcePath("C:\\install\\src\\CustomCode\\"); ___Execute_Custom_Code0_com_borland_install_iacc_UnixSaveConfig.setShowPleaseWaitPanel(true); ___Execute_Custom_Code0_com_borland_install_iacc_UnixSaveConfig.setResourceName("jbcc.jar"); ___Execute_Custom_Code0_com_borland_install_iacc_UnixSaveConfig.setREF(11); ___Execute_Custom_Code0_com_borland_install_iacc_UnixSaveConfig.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_56 = new PlatformChk(); ___Check_Platform_56_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_56_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_56_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_56_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_56_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_56_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_56_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_56_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_56_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_56_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_56_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_56_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_56_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_56_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_56_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_56_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_56_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_56_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_56.setDoNotInstallOnPlatformList(___Check_Platform_56_doNotInstallOnPlatformList); ___Check_Platform_56_installOnPlatformList = new Vector(); ___Check_Platform_56_installOnPlatformList.addElement("Solaris"); ___Check_Platform_56_installOnPlatformList.addElement("SunOS"); ___Check_Platform_56_installOnPlatformList.addElement("Linux"); ___Check_Platform_56.setInstallOnPlatformList(___Check_Platform_56_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Execute_Custom_Code0_com_borland_install_iacc_UnixSaveConfig.addRule(___Check_Platform_56); ___Execute_Custom_Code0_com_borland_install_iacc_CopyFiles.setClientClassFullName("com.borland.install.iacc.CopyFiles"); ___Execute_Custom_Code0_com_borland_install_iacc_CopyFiles.setResourcePath("C:\\install\\src\\CustomCode\\"); ___Execute_Custom_Code0_com_borland_install_iacc_CopyFiles.setShowPleaseWaitPanel(true); } public static void loadScript14() { ___Execute_Custom_Code0_com_borland_install_iacc_CopyFiles.setResourceName("jbcc.jar"); ___Execute_Custom_Code0_com_borland_install_iacc_CopyFiles.setREF(13); ___Execute_Custom_Code0_com_borland_install_iacc_CopyFiles.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___Execute_Command0_JDK_DIR0bin0java_0jar_USER_MAGIC_FOLDER_10lib0linuxDesktopConfigurator_jar_USER_MAGIC_FOLDER_1_noask.setSuppressConsoleWindow(false); ___Execute_Command0_JDK_DIR0bin0java_0jar_USER_MAGIC_FOLDER_10lib0linuxDesktopConfigurator_jar_USER_MAGIC_FOLDER_1_noask.setShowPleaseWaitPanel(true); ___Execute_Command0_JDK_DIR0bin0java_0jar_USER_MAGIC_FOLDER_10lib0linuxDesktopConfigurator_jar_USER_MAGIC_FOLDER_1_noask.setCommandLineArgs("$JDK_DIR$/bin/java -jar $USER_MAGIC_FOLDER_1$/lib/linuxDesktopConfigurator.jar $USER_MAGIC_FOLDER_1$ noask"); ___Execute_Command0_JDK_DIR0bin0java_0jar_USER_MAGIC_FOLDER_10lib0linuxDesktopConfigurator_jar_USER_MAGIC_FOLDER_1_noask.setWaitForProcess(false); ___Execute_Command0_JDK_DIR0bin0java_0jar_USER_MAGIC_FOLDER_10lib0linuxDesktopConfigurator_jar_USER_MAGIC_FOLDER_1_noask.setShouldUninstall(true); ___Execute_Command0_JDK_DIR0bin0java_0jar_USER_MAGIC_FOLDER_10lib0linuxDesktopConfigurator_jar_USER_MAGIC_FOLDER_1_noask.setExternalID("Exec.748"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_57 = new PlatformChk(); ___Check_Platform_57_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_57_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_57_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_57_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_57_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_57_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_57_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_57_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_57_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_57_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_57_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_57_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_57_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_57_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_57_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_57_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_57_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_57_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_57.setDoNotInstallOnPlatformList(___Check_Platform_57_doNotInstallOnPlatformList); ___Check_Platform_57_installOnPlatformList = new Vector(); ___Check_Platform_57_installOnPlatformList.addElement("Solaris"); ___Check_Platform_57_installOnPlatformList.addElement("SunOS"); ___Check_Platform_57_installOnPlatformList.addElement("Linux"); ___Check_Platform_57.setInstallOnPlatformList(___Check_Platform_57_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Execute_Command0_JDK_DIR0bin0java_0jar_USER_MAGIC_FOLDER_10lib0linuxDesktopConfigurator_jar_USER_MAGIC_FOLDER_1_noask.addRule(___Check_Platform_57); ___Execute_Command0_del_USER_MAGIC_FOLDER_10samples0chmod_samples.setSuppressConsoleWindow(false); ___Execute_Command0_del_USER_MAGIC_FOLDER_10samples0chmod_samples.setShowPleaseWaitPanel(true); ___Execute_Command0_del_USER_MAGIC_FOLDER_10samples0chmod_samples.setCommandLineArgs("del $USER_MAGIC_FOLDER_1$\\samples\\chmod_samples"); ___Execute_Command0_del_USER_MAGIC_FOLDER_10samples0chmod_samples.setWaitForProcess(false); ___Execute_Command0_del_USER_MAGIC_FOLDER_10samples0chmod_samples.setShouldUninstall(true); ___Execute_Command0_del_USER_MAGIC_FOLDER_10samples0chmod_samples.setExternalID("Exec.749"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_58 = new PlatformChk(); ___Check_Platform_58_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_58_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_58_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_58_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_58_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_58_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_58_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_58_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_58_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_58_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_58_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_58_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_58_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_58_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_58_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_58.setDoNotInstallOnPlatformList(___Check_Platform_58_doNotInstallOnPlatformList); ___Check_Platform_58_installOnPlatformList = new Vector(); ___Check_Platform_58_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_58_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_58_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_58_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_58_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_58_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_58.setInstallOnPlatformList(___Check_Platform_58_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Execute_Command0_del_USER_MAGIC_FOLDER_10samples0chmod_samples.addRule(___Check_Platform_58); ___Execute_Command0_chmod_755_USER_MAGIC_FOLDER_10samples0chmod_samples.setSuppressConsoleWindow(false); ___Execute_Command0_chmod_755_USER_MAGIC_FOLDER_10samples0chmod_samples.setShowPleaseWaitPanel(true); ___Execute_Command0_chmod_755_USER_MAGIC_FOLDER_10samples0chmod_samples.setCommandLineArgs("chmod 755 $USER_MAGIC_FOLDER_1$/samples/chmod_samples"); ___Execute_Command0_chmod_755_USER_MAGIC_FOLDER_10samples0chmod_samples.setWaitForProcess(false); ___Execute_Command0_chmod_755_USER_MAGIC_FOLDER_10samples0chmod_samples.setShouldUninstall(true); ___Execute_Command0_chmod_755_USER_MAGIC_FOLDER_10samples0chmod_samples.setExternalID("Exec.750"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_59 = new PlatformChk(); ___Check_Platform_59_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_59_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_59_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_59_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_59_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_59_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_59_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_59_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_59_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_59_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_59_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_59_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_59_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_59_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_59_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_59_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_59_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_59.setDoNotInstallOnPlatformList(___Check_Platform_59_doNotInstallOnPlatformList); ___Check_Platform_59_installOnPlatformList = new Vector(); ___Check_Platform_59_installOnPlatformList.addElement("Solaris"); ___Check_Platform_59_installOnPlatformList.addElement("SunOS"); ___Check_Platform_59_installOnPlatformList.addElement("Linux"); ___Check_Platform_59_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_59.setInstallOnPlatformList(___Check_Platform_59_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Execute_Command0_chmod_755_USER_MAGIC_FOLDER_10samples0chmod_samples.addRule(___Check_Platform_59); ___Shortcuts_0USER_SHORTCUTS0.setUnixPermissions("775"); ___Shortcuts_0USER_SHORTCUTS0.setOverrideUnixPermissions(false); ___Shortcuts_0USER_SHORTCUTS0.setDestinationFolder(___com_zerog_ia_installer_util_magicfolders_ShortcutsMF); ProgressMonitor.updateScriptIncrement(); ___PRODUCT_NAME.setUseInstalledFile(true); ___PRODUCT_NAME.setArgs(""); ___PRODUCT_NAME.setShouldUninstall(true); ___PRODUCT_NAME.setTargetAction(___JBuilderW_exe); ___PRODUCT_NAME.setDestinationName("$PRODUCT_NAME$"); ___PRODUCT_NAME.setWorkingDir(""); ___PRODUCT_NAME.setExternalID("CreateShortcut.259"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_60 = new PlatformChk(); ___Check_Platform_60_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_60_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_60_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_60_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_60_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_60_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_60_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_60_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_60_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_60_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_60_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_60_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_60_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_60_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_60_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_60.setDoNotInstallOnPlatformList(___Check_Platform_60_doNotInstallOnPlatformList); ___Check_Platform_60_installOnPlatformList = new Vector(); ___Check_Platform_60_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_60_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_60_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_60_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_60_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_60_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_60.setInstallOnPlatformList(___Check_Platform_60_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___PRODUCT_NAME.addRule(___Check_Platform_60); ___Licensing_Information.setUseInstalledFile(true); ___Licensing_Information.setArgs("-license"); ___Licensing_Information.setShouldUninstall(true); ___Licensing_Information.setTargetAction(___JBuilderW_exe); ___Licensing_Information.setDestinationName("Licensing Information"); ___Licensing_Information.setWorkingDir(""); ___Licensing_Information.setExternalID("CreateShortcut.390"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_61 = new PlatformChk(); ___Check_Platform_61_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_61_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_61_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_61_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_61_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_61_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_61_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_61_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_61_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_61_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_61_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_61_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_61_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_61_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_61_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_61.setDoNotInstallOnPlatformList(___Check_Platform_61_doNotInstallOnPlatformList); ___Check_Platform_61_installOnPlatformList = new Vector(); ___Check_Platform_61_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_61_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_61_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_61_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_61_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_61_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_61.setInstallOnPlatformList(___Check_Platform_61_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Licensing_Information.addRule(___Check_Platform_61); ___nullIcon = new BindingWin32(); ___nullIcon.setInstaller(___JBuilderFND); ___nullIcon.setLargeIconName("uninstall_32.gif"); ___nullIcon.setSmallIconPath("C:\\install\\src\\JBuilderFnd\\"); ___nullIcon.setLargeIconPath("C:\\install\\src\\JBuilderFnd\\"); ___nullIcon.setSmallIconName("uninstall_32.gif"); ProgressMonitor.updateScriptIncrement(); ___Uninstall_PRODUCT_NAME.setShortcutIcon(___nullIcon); ___Uninstall_PRODUCT_NAME.setUseInstalledFile(true); ___Uninstall_PRODUCT_NAME.setArgs(""); ___Uninstall_PRODUCT_NAME.setShouldUninstall(true); ___Uninstall_PRODUCT_NAME.setTargetAction(___UninstallPersonal_1); ___Uninstall_PRODUCT_NAME.setDestinationName("Uninstall $PRODUCT_NAME$"); ___Uninstall_PRODUCT_NAME.setWorkingDir(""); ___Uninstall_PRODUCT_NAME.setExternalID("CreateShortcut.654"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_62 = new PlatformChk(); ___Check_Platform_62_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_62_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_62_doNotInstallOnPlatformList.addElement("Mac OS X"); ___Check_Platform_62_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_62_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_62_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_62_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_62_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_62_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_62_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_62_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_62_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_62_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_62_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_62_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_62.setDoNotInstallOnPlatformList(___Check_Platform_62_doNotInstallOnPlatformList); ___Check_Platform_62_installOnPlatformList = new Vector(); ___Check_Platform_62_installOnPlatformList.addElement("Windows 95"); ___Check_Platform_62_installOnPlatformList.addElement("Windows 98"); ___Check_Platform_62_installOnPlatformList.addElement("Windows NT"); ___Check_Platform_62_installOnPlatformList.addElement("Windows Me"); ___Check_Platform_62_installOnPlatformList.addElement("Windows 2000"); ___Check_Platform_62_installOnPlatformList.addElement("Windows XP"); ___Check_Platform_62.setInstallOnPlatformList(___Check_Platform_62_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Uninstall_PRODUCT_NAME.addRule(___Check_Platform_62); ___USER_MAGIC_FOLDER_4_0USER_MAGIC_FOLDER_40.setUnixPermissions("775"); ___USER_MAGIC_FOLDER_4_0USER_MAGIC_FOLDER_40.setOverrideUnixPermissions(false); ___com_zerog_ia_installer_util_magicfolders_UserMagicFolder4MF = (UserMagicFolder4MF)MagicFolder.get(989); ProgressMonitor.updateScriptIncrement(); ___USER_MAGIC_FOLDER_4_0USER_MAGIC_FOLDER_40.setDestinationFolder(___com_zerog_ia_installer_util_magicfolders_UserMagicFolder4MF); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_JBuilder_app.setDirectoryName("JBuilder.app"); ___Install_SpeedFolder0_JBuilder_app.setSourcePath("C:\\metro1\\platform_mac\\JBuilder.app"); ___Install_SpeedFolder0_JBuilder_app.setSourceName(""); } public static void loadScript15() { ___Install_SpeedFolder0_JBuilder_app.setExpArchSize(139843L); ___Simple_Pattern_Name_11 = new SimplePatternMatcher(); ___Simple_Pattern_Name_11_excludePatterns = new Vector(); ___Simple_Pattern_Name_11.setExcludePatterns(___Simple_Pattern_Name_11_excludePatterns); ___Simple_Pattern_Name_11_includePatterns = new Vector(); ___Simple_Pattern_Name_11.setIncludePatterns(___Simple_Pattern_Name_11_includePatterns); ___Simple_Pattern_Name_11_patterns = new Vector(); ___Simple_Pattern_Name_11.setPatterns(___Simple_Pattern_Name_11_patterns); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_JBuilder_app.setPatternMatcher(___Simple_Pattern_Name_11); ___Install_SpeedFolder0_JBuilder_app.setOverrideUnixPermissions(false); ___Install_SpeedFolder0_JBuilder_app.setUseFilterExtensions(false); ___Install_SpeedFolder0_JBuilder_app.setInstaller(___JBuilderFND); ___Install_SpeedFolder0_JBuilder_app.setDirectoryChosen(true); ___Install_SpeedFolder0_JBuilder_app.setUnixPermissions("664"); ___Install_SpeedFolder0_JBuilder_app.setMacBinary(false); ___Install_SpeedFolder0_JBuilder_app.setCreateDirectory(true); ___Install_SpeedFolder0_JBuilder_app.setDestinationName("JBuilder.app\\"); ___Install_SpeedFolder0_JBuilder_app.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_63 = new PlatformChk(); ___Check_Platform_63_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_63_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_63.setDoNotInstallOnPlatformList(___Check_Platform_63_doNotInstallOnPlatformList); ___Check_Platform_63_installOnPlatformList = new Vector(); ___Check_Platform_63_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_63.setInstallOnPlatformList(___Check_Platform_63_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_JBuilder_app.addRule(___Check_Platform_63); ___Install_SpeedFolder0_Licensing_Information_app.setDirectoryName("Licensing Information.app"); ___Install_SpeedFolder0_Licensing_Information_app.setSourcePath("C:\\metro1\\platform_mac\\Licensing Information.app"); ___Install_SpeedFolder0_Licensing_Information_app.setSourceName(""); ___Install_SpeedFolder0_Licensing_Information_app.setExpArchSize(126743L); ___Simple_Pattern_Name_12 = new SimplePatternMatcher(); ___Simple_Pattern_Name_12_excludePatterns = new Vector(); ___Simple_Pattern_Name_12.setExcludePatterns(___Simple_Pattern_Name_12_excludePatterns); ___Simple_Pattern_Name_12_includePatterns = new Vector(); ___Simple_Pattern_Name_12.setIncludePatterns(___Simple_Pattern_Name_12_includePatterns); ___Simple_Pattern_Name_12_patterns = new Vector(); ___Simple_Pattern_Name_12.setPatterns(___Simple_Pattern_Name_12_patterns); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_Licensing_Information_app.setPatternMatcher(___Simple_Pattern_Name_12); ___Install_SpeedFolder0_Licensing_Information_app.setOverrideUnixPermissions(false); ___Install_SpeedFolder0_Licensing_Information_app.setUseFilterExtensions(false); ___Install_SpeedFolder0_Licensing_Information_app.setInstaller(___JBuilderFND); ___Install_SpeedFolder0_Licensing_Information_app.setDirectoryChosen(true); ___Install_SpeedFolder0_Licensing_Information_app.setUnixPermissions("664"); ___Install_SpeedFolder0_Licensing_Information_app.setMacBinary(false); ___Install_SpeedFolder0_Licensing_Information_app.setCreateDirectory(true); ___Install_SpeedFolder0_Licensing_Information_app.setDestinationName("Licensing Information.app\\"); ___Install_SpeedFolder0_Licensing_Information_app.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_64 = new PlatformChk(); ___Check_Platform_64_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_64_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_64.setDoNotInstallOnPlatformList(___Check_Platform_64_doNotInstallOnPlatformList); ___Check_Platform_64_installOnPlatformList = new Vector(); ___Check_Platform_64_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_64.setInstallOnPlatformList(___Check_Platform_64_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Install_SpeedFolder0_Licensing_Information_app.addRule(___Check_Platform_64); ___Execute_Command0_mkdir_0p_0usr0local0bin.setSuppressConsoleWindow(false); ___Execute_Command0_mkdir_0p_0usr0local0bin.setShowPleaseWaitPanel(true); ___Execute_Command0_mkdir_0p_0usr0local0bin.setCommandLineArgs("mkdir -p /usr/local/bin"); ___Execute_Command0_mkdir_0p_0usr0local0bin.setWaitForProcess(false); ___Execute_Command0_mkdir_0p_0usr0local0bin.setShouldUninstall(true); ___Execute_Command0_mkdir_0p_0usr0local0bin.setExternalID("Exec.751"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_65 = new PlatformChk(); ___Check_Platform_65_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_65_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_65.setDoNotInstallOnPlatformList(___Check_Platform_65_doNotInstallOnPlatformList); ___Check_Platform_65_installOnPlatformList = new Vector(); ___Check_Platform_65_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_65.setInstallOnPlatformList(___Check_Platform_65_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Execute_Command0_mkdir_0p_0usr0local0bin.addRule(___Check_Platform_65); ___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40JBuilder_app0Contents0MacOS0JBuilder0.setSuppressConsoleWindow(false); ___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40JBuilder_app0Contents0MacOS0JBuilder0.setShowPleaseWaitPanel(true); ___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40JBuilder_app0Contents0MacOS0JBuilder0.setCommandLineArgs("chmod 755 \"$USER_MAGIC_FOLDER_4$/JBuilder.app/Contents/MacOS/JBuilder\""); ___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40JBuilder_app0Contents0MacOS0JBuilder0.setWaitForProcess(false); ___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40JBuilder_app0Contents0MacOS0JBuilder0.setShouldUninstall(true); ___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40JBuilder_app0Contents0MacOS0JBuilder0.setExternalID("Exec.752"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_66 = new PlatformChk(); ___Check_Platform_66_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_66_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_66.setDoNotInstallOnPlatformList(___Check_Platform_66_doNotInstallOnPlatformList); ___Check_Platform_66_installOnPlatformList = new Vector(); ___Check_Platform_66_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_66.setInstallOnPlatformList(___Check_Platform_66_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40JBuilder_app0Contents0MacOS0JBuilder0.addRule(___Check_Platform_66); ___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40Licensing_Information_app0Contents0MacOS0Licensing_Information0.setSuppressConsoleWindow(false); ___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40Licensing_Information_app0Contents0MacOS0Licensing_Information0.setShowPleaseWaitPanel(true); ___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40Licensing_Information_app0Contents0MacOS0Licensing_Information0.setCommandLineArgs("chmod 755 \"$USER_MAGIC_FOLDER_4$/Licensing Information.app/Contents/MacOS/Licensing Information\""); ___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40Licensing_Information_app0Contents0MacOS0Licensing_Information0.setWaitForProcess(true); ___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40Licensing_Information_app0Contents0MacOS0Licensing_Information0.setShouldUninstall(true); ___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40Licensing_Information_app0Contents0MacOS0Licensing_Information0.setExternalID("Exec.753"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_67 = new PlatformChk(); ___Check_Platform_67_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_67_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_67.setDoNotInstallOnPlatformList(___Check_Platform_67_doNotInstallOnPlatformList); ___Check_Platform_67_installOnPlatformList = new Vector(); ___Check_Platform_67_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_67.setInstallOnPlatformList(___Check_Platform_67_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40Licensing_Information_app0Contents0MacOS0Licensing_Information0.addRule(___Check_Platform_67); ___License_html.setUseInstalledFile(false); ___License_html.setArgs(""); ___License_html.setShouldUninstall(true); ___License_html.setExistingFilePath("$USER_INSTALL_DIR$$/$JBuilder.framework$/$license.html"); ___License_html.setDestinationName("License.html"); ___License_html.setWorkingDir(""); ___License_html.setExternalID("CreateShortcut.754"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_68 = new PlatformChk(); ___Check_Platform_68_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_68_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_68.setDoNotInstallOnPlatformList(___Check_Platform_68_doNotInstallOnPlatformList); ___Check_Platform_68_installOnPlatformList = new Vector(); ___Check_Platform_68_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_68.setInstallOnPlatformList(___Check_Platform_68_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___License_html.addRule(___Check_Platform_68); ___OpenTools.setUseInstalledFile(false); ___OpenTools.setArgs(""); ___OpenTools.setShouldUninstall(true); ___OpenTools.setExistingFilePath("$USER_INSTALL_DIR$$/$JBuilder.framework$/$lib$/$ext$/$readme.html"); ___OpenTools.setDestinationName("OpenTools"); } public static void loadScript16() { ___OpenTools.setWorkingDir(""); ___OpenTools.setExternalID("CreateShortcut.755"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_69 = new PlatformChk(); ___Check_Platform_69_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_69_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_69.setDoNotInstallOnPlatformList(___Check_Platform_69_doNotInstallOnPlatformList); ___Check_Platform_69_installOnPlatformList = new Vector(); ___Check_Platform_69_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_69.setInstallOnPlatformList(___Check_Platform_69_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___OpenTools.addRule(___Check_Platform_69); ___Release_Notes_html.setUseInstalledFile(false); ___Release_Notes_html.setArgs(""); ___Release_Notes_html.setShouldUninstall(true); ___Release_Notes_html.setExistingFilePath("$USER_INSTALL_DIR$$/$JBuilder.framework$/$release_notes.html"); ___Release_Notes_html.setDestinationName("Release Notes.html"); ___Release_Notes_html.setWorkingDir(""); ___Release_Notes_html.setExternalID("CreateShortcut.756"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_70 = new PlatformChk(); ___Check_Platform_70_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_70_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_70.setDoNotInstallOnPlatformList(___Check_Platform_70_doNotInstallOnPlatformList); ___Check_Platform_70_installOnPlatformList = new Vector(); ___Check_Platform_70_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_70.setInstallOnPlatformList(___Check_Platform_70_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Release_Notes_html.addRule(___Check_Platform_70); ___Uninstall_PRODUCT_NAME_1.setUseInstalledFile(true); ___Uninstall_PRODUCT_NAME_1.setArgs(""); ___Uninstall_PRODUCT_NAME_1.setShouldUninstall(true); ___Uninstall_PRODUCT_NAME_1.setTargetAction(___UninstallPersonal_1); ___Uninstall_PRODUCT_NAME_1.setDestinationName("Uninstall $PRODUCT_NAME$"); ___Uninstall_PRODUCT_NAME_1.setWorkingDir(""); ___Uninstall_PRODUCT_NAME_1.setExternalID("CreateShortcut.757"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_71 = new PlatformChk(); ___Check_Platform_71_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_71_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_71.setDoNotInstallOnPlatformList(___Check_Platform_71_doNotInstallOnPlatformList); ___Check_Platform_71_installOnPlatformList = new Vector(); ___Check_Platform_71_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_71.setInstallOnPlatformList(___Check_Platform_71_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Uninstall_PRODUCT_NAME_1.addRule(___Check_Platform_71); ___USER_MAGIC_FOLDER_5_0USER_MAGIC_FOLDER_50.setUnixPermissions("775"); ___USER_MAGIC_FOLDER_5_0USER_MAGIC_FOLDER_50.setOverrideUnixPermissions(false); ___com_zerog_ia_installer_util_magicfolders_UserMagicFolder5MF = (UserMagicFolder5MF)MagicFolder.get(988); ProgressMonitor.updateScriptIncrement(); ___USER_MAGIC_FOLDER_5_0USER_MAGIC_FOLDER_50.setDestinationFolder(___com_zerog_ia_installer_util_magicfolders_UserMagicFolder5MF); ProgressMonitor.updateScriptIncrement(); ___bin_1.setMacBinary(false); ___bin_1.setUnixPermissions("775"); ___bin_1.setRemoveRecursively(true); ___bin_1.setShouldUninstall(true); ___bin_1.setOverrideUnixPermissions(false); ___bin_1.setDestinationName("bin"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_72 = new PlatformChk(); ___Check_Platform_72_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_72_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_72.setDoNotInstallOnPlatformList(___Check_Platform_72_doNotInstallOnPlatformList); ___Check_Platform_72_installOnPlatformList = new Vector(); ___Check_Platform_72_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_72.setInstallOnPlatformList(___Check_Platform_72_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___bin_1.addRule(___Check_Platform_72); ___jbuilder_3.setMacBinary(false); ___jbuilder_3.setFileSize(0L); ___jbuilder_3.setUnixPermissions("755"); ___jbuilder_3.setSourceName("jbuilder"); ___jbuilder_3.setShouldUninstall(true); ___jbuilder_3.setSourcePath("C:\\metro1\\platform_mac\\usrlocalbin\\"); ___jbuilder_3.setOverrideUnixPermissions(true); ___jbuilder_3.setDestinationName("jbuilder"); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_73 = new PlatformChk(); ___Check_Platform_73_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_73_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_73.setDoNotInstallOnPlatformList(___Check_Platform_73_doNotInstallOnPlatformList); ___Check_Platform_73_installOnPlatformList = new Vector(); ___Check_Platform_73_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_73.setInstallOnPlatformList(___Check_Platform_73_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___jbuilder_3.addRule(___Check_Platform_73); ___Execute_Custom_Code0_com_borland_install_iacc_MakeMacULB.setClientClassFullName("com.borland.install.iacc.MakeMacULB"); ___Execute_Custom_Code0_com_borland_install_iacc_MakeMacULB.setResourcePath("C:\\install\\src\\CustomCode\\"); ___Execute_Custom_Code0_com_borland_install_iacc_MakeMacULB.setShowPleaseWaitPanel(true); ___Execute_Custom_Code0_com_borland_install_iacc_MakeMacULB.setResourceName("jbcc.jar"); ___Execute_Custom_Code0_com_borland_install_iacc_MakeMacULB.setREF(14); ___Execute_Custom_Code0_com_borland_install_iacc_MakeMacULB.setShouldUninstall(true); ProgressMonitor.updateScriptIncrement(); ___Check_Platform_74 = new PlatformChk(); ___Check_Platform_74_doNotInstallOnPlatformList = new Vector(); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("Windows 95"); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("Windows 98"); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("Windows NT"); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("Windows Me"); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("Windows 2000"); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("Windows XP"); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("Mac OS"); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("OS/2"); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("Solaris"); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("SunOS"); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("HP-UX"); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("Linux"); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("AIX"); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("Irix"); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("DG-UX"); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("Compaq's Digital UNIX"); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("FreeBSD"); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("Rhapsody"); ___Check_Platform_74_doNotInstallOnPlatformList.addElement("Unlisted Platforms"); ___Check_Platform_74.setDoNotInstallOnPlatformList(___Check_Platform_74_doNotInstallOnPlatformList); ___Check_Platform_74_installOnPlatformList = new Vector(); ___Check_Platform_74_installOnPlatformList.addElement("Mac OS X"); ___Check_Platform_74.setInstallOnPlatformList(___Check_Platform_74_installOnPlatformList); ProgressMonitor.updateScriptIncrement(); ___Execute_Custom_Code0_com_borland_install_iacc_MakeMacULB.addRule(___Check_Platform_74); ___Do_not_install_0DO_NOT_INSTALL0.setUnixPermissions("775"); ___Do_not_install_0DO_NOT_INSTALL0.setOverrideUnixPermissions(false); ___Do_not_install_0DO_NOT_INSTALL0.setDestinationFolder(___com_zerog_ia_installer_util_magicfolders_DoNotInstallMF); ProgressMonitor.updateScriptIncrement(); ___BillboardFnd_de_jpg.setMacBinary(false); ___BillboardFnd_de_jpg.setFileSize(62922L); ___BillboardFnd_de_jpg.setUnixPermissions("664"); ___BillboardFnd_de_jpg.setSourceName("BillboardFnd_de.jpg"); ___BillboardFnd_de_jpg.setShouldUninstall(true); ___BillboardFnd_de_jpg.setSourcePath("C:\\install\\src\\JBuilderFnd\\"); ___BillboardFnd_de_jpg.setOverrideUnixPermissions(false); ___BillboardFnd_de_jpg.setDestinationName("BillboardFnd_de.jpg"); ProgressMonitor.updateScriptIncrement(); ___BillboardFnd_es_jpg.setMacBinary(false); ___BillboardFnd_es_jpg.setFileSize(60372L); ___BillboardFnd_es_jpg.setUnixPermissions("664"); ___BillboardFnd_es_jpg.setSourceName("BillboardFnd_es.jpg"); ___BillboardFnd_es_jpg.setShouldUninstall(true); ___BillboardFnd_es_jpg.setSourcePath("C:\\install\\src\\JBuilderFnd\\"); ___BillboardFnd_es_jpg.setOverrideUnixPermissions(false); ___BillboardFnd_es_jpg.setDestinationName("BillboardFnd_es.jpg"); ProgressMonitor.updateScriptIncrement(); } public static void loadScript17() { ___BillboardFnd_fr_jpg.setMacBinary(false); ___BillboardFnd_fr_jpg.setFileSize(64361L); ___BillboardFnd_fr_jpg.setUnixPermissions("664"); ___BillboardFnd_fr_jpg.setSourceName("BillboardFnd_fr.jpg"); ___BillboardFnd_fr_jpg.setShouldUninstall(true); ___BillboardFnd_fr_jpg.setSourcePath("C:\\install\\src\\JBuilderFnd\\"); ___BillboardFnd_fr_jpg.setOverrideUnixPermissions(false); ___BillboardFnd_fr_jpg.setDestinationName("BillboardFnd_fr.jpg"); ProgressMonitor.updateScriptIncrement(); ___BillboardFnd_ja_jpg.setMacBinary(false); ___BillboardFnd_ja_jpg.setFileSize(50020L); ___BillboardFnd_ja_jpg.setUnixPermissions("664"); ___BillboardFnd_ja_jpg.setSourceName("BillboardFnd_ja.jpg"); ___BillboardFnd_ja_jpg.setShouldUninstall(true); ___BillboardFnd_ja_jpg.setSourcePath("C:\\install\\src\\JBuilderFnd\\"); ___BillboardFnd_ja_jpg.setOverrideUnixPermissions(false); ___BillboardFnd_ja_jpg.setDestinationName("BillboardFnd_ja.jpg"); ProgressMonitor.updateScriptIncrement(); ___BillboardFnd_jpg.setImagePath("C:\\install\\src\\JBuilderFnd\\"); ___BillboardFnd_jpg.setImageName("BillboardFnd.jpg"); ___BillboardFnd_jpg.setExternalID("Billboard.682"); ProgressMonitor.updateScriptIncrement(); ProgressMonitor.updateScriptIncrement(); ___JBuilderFND.addVisualChild(___Full_Install); ___JBuilderFND.addVisualChild(___Install); ___JBuilderFND.addVisualChild(___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10); ___JBuilderFND.addVisualChild(___USER_MAGIC_FOLDER_3_0USER_MAGIC_FOLDER_30); ___JBuilderFND.addVisualChild(___Install_Folder_0USER_INSTALL_DIR0); ___JBuilderFND.addVisualChild(___Shortcuts_0USER_SHORTCUTS0); ___JBuilderFND.addVisualChild(___USER_MAGIC_FOLDER_4_0USER_MAGIC_FOLDER_40); ___JBuilderFND.addVisualChild(___USER_MAGIC_FOLDER_5_0USER_MAGIC_FOLDER_50); ___JBuilderFND.addVisualChild(___Do_not_install_0DO_NOT_INSTALL0); ___JBuilderFND.addVisualChild(___BillboardFnd_jpg); ProgressMonitor.updateScriptIncrement(); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___bin); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___Install_SpeedFolder0_defaults); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___Install_SpeedFolder0_defaults_1); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___Install_SpeedFolder0_defaults_2); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___Install_SpeedFolder0_defaults_3); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___Install_SpeedFolder0_doc); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___Install_SpeedFolder0_lib); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___lib); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___Install_SpeedFolder0_patch); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___redist); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___Install_SpeedFolder0_samples); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___Install_SpeedFolder0_samples_1); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___Install_SpeedFolder0_samples_2); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___Install_SpeedFolder0_samples_3); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___buildnum_txt); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___jbuilder_icon_xpm); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___jbuilder_mini_icon_xpm); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___javaSource_xpm); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___jbuilderProject_xpm); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___UninstallPersonal); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___Set_Windows_Registry_0_Single_Entry0_Borland0JBuilder06_0_0PathName0); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___Set_Windows_Registry_0_Multiple_Entries0_Uninstall_Entries); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries); ___USER_MAGIC_FOLDER_1_0USER_MAGIC_FOLDER_10.addVisualChild(___jdk1_3_1); ProgressMonitor.updateScriptIncrement(); ___bin.addVisualChild(___cfglib_sh); ___bin.addVisualChild(___cfglib_sh_1); ___bin.addVisualChild(___config_readme_html); ___bin.addVisualChild(___config_readme_html_1); ___bin.addVisualChild(___config_readme_html_2); ___bin.addVisualChild(___dumpenv); ___bin.addVisualChild(___dumpenv_1); ___bin.addVisualChild(___FileAssociations_dll); ___bin.addVisualChild(___FileAssociations_DE); ___bin.addVisualChild(___FileAssociations_ES); ___bin.addVisualChild(___FileAssociations_FR); ___bin.addVisualChild(___FileAssociations_JPN); ___bin.addVisualChild(___JavaLauncher_dll); ___bin.addVisualChild(___jbconnect); ___bin.addVisualChild(___jbconnect_1); ___bin.addVisualChild(___jbuilder); ___bin.addVisualChild(___jbuilder_1); ___bin.addVisualChild(___jbuilder_2); ___bin.addVisualChild(___JBuilder_config); ___bin.addVisualChild(___JBuilder_config_1); ___bin.addVisualChild(___JBuilder_config_2); ___bin.addVisualChild(___JBuilder_exe); ___bin.addVisualChild(___JBuilderW_exe); ___bin.addVisualChild(___jdk_config); ProgressMonitor.updateScriptIncrement(); ___lib.addVisualChild(___linuxDesktopConfigurator_jar); ___lib.addVisualChild(___ext); ProgressMonitor.updateScriptIncrement(); ___ext.addVisualChild(___HardwareGraphics_config); ProgressMonitor.updateScriptIncrement(); ___UninstallPersonal.addVisualChild(___UninstallPersonal_1); ProgressMonitor.updateScriptIncrement(); ___jdk1_3_1.addVisualChild(___Set_InstallAnywhere_Variable_0_Single_Variable0_BUNDLED_VM_INSTALLER); ProgressMonitor.updateScriptIncrement(); ___USER_MAGIC_FOLDER_3_0USER_MAGIC_FOLDER_30.addVisualChild(___temp); ProgressMonitor.updateScriptIncrement(); ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___Set_InstallAnywhere_Variable_0_Single_Variable0_JBUILDER_HOME); ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___Set_InstallAnywhere_Variable_0_Single_Variable0_JDK_DIR); ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___Execute_Custom_Code0_com_borland_install_iacc_MakeJDKConfig); ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___Execute_Custom_Code0_com_borland_install_iacc_UnixSaveConfig); ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___Execute_Custom_Code0_com_borland_install_iacc_CopyFiles); ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___Execute_Command0_JDK_DIR0bin0java_0jar_USER_MAGIC_FOLDER_10lib0linuxDesktopConfigurator_jar_USER_MAGIC_FOLDER_1_noask); ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___Execute_Command0_del_USER_MAGIC_FOLDER_10samples0chmod_samples); ___Install_Folder_0USER_INSTALL_DIR0.addVisualChild(___Execute_Command0_chmod_755_USER_MAGIC_FOLDER_10samples0chmod_samples); ProgressMonitor.updateScriptIncrement(); ___Shortcuts_0USER_SHORTCUTS0.addVisualChild(___PRODUCT_NAME); ___Shortcuts_0USER_SHORTCUTS0.addVisualChild(___Licensing_Information); ___Shortcuts_0USER_SHORTCUTS0.addVisualChild(___Uninstall_PRODUCT_NAME); ProgressMonitor.updateScriptIncrement(); ___USER_MAGIC_FOLDER_4_0USER_MAGIC_FOLDER_40.addVisualChild(___Install_SpeedFolder0_JBuilder_app); ___USER_MAGIC_FOLDER_4_0USER_MAGIC_FOLDER_40.addVisualChild(___Install_SpeedFolder0_Licensing_Information_app); ___USER_MAGIC_FOLDER_4_0USER_MAGIC_FOLDER_40.addVisualChild(___Execute_Command0_mkdir_0p_0usr0local0bin); ___USER_MAGIC_FOLDER_4_0USER_MAGIC_FOLDER_40.addVisualChild(___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40JBuilder_app0Contents0MacOS0JBuilder0); ___USER_MAGIC_FOLDER_4_0USER_MAGIC_FOLDER_40.addVisualChild(___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40Licensing_Information_app0Contents0MacOS0Licensing_Information0); ___USER_MAGIC_FOLDER_4_0USER_MAGIC_FOLDER_40.addVisualChild(___License_html); ___USER_MAGIC_FOLDER_4_0USER_MAGIC_FOLDER_40.addVisualChild(___OpenTools); ___USER_MAGIC_FOLDER_4_0USER_MAGIC_FOLDER_40.addVisualChild(___Release_Notes_html); ___USER_MAGIC_FOLDER_4_0USER_MAGIC_FOLDER_40.addVisualChild(___Uninstall_PRODUCT_NAME_1); ProgressMonitor.updateScriptIncrement(); ___USER_MAGIC_FOLDER_5_0USER_MAGIC_FOLDER_50.addVisualChild(___bin_1); ProgressMonitor.updateScriptIncrement(); ___bin_1.addVisualChild(___jbuilder_3); ___bin_1.addVisualChild(___Execute_Custom_Code0_com_borland_install_iacc_MakeMacULB); ProgressMonitor.updateScriptIncrement(); ___Do_not_install_0DO_NOT_INSTALL0.addVisualChild(___BillboardFnd_de_jpg); ___Do_not_install_0DO_NOT_INSTALL0.addVisualChild(___BillboardFnd_es_jpg); ___Do_not_install_0DO_NOT_INSTALL0.addVisualChild(___BillboardFnd_fr_jpg); ___Do_not_install_0DO_NOT_INSTALL0.addVisualChild(___BillboardFnd_ja_jpg); ProgressMonitor.updateScriptIncrement(); ___JBuilderFND.addInstallChild(___Full_Install); ProgressMonitor.updateScriptIncrement(); ___Full_Install.addInstallChild(___Install); ProgressMonitor.updateScriptIncrement(); ___Install.addInstallChild(___bin); ___Install.addInstallChild(___redist); ___Install.addInstallChild(___Install_SpeedFolder0_defaults); ___Install.addInstallChild(___Install_SpeedFolder0_doc); ___Install.addInstallChild(___Install_SpeedFolder0_lib); ___Install.addInstallChild(___buildnum_txt); ___Install.addInstallChild(___PRODUCT_NAME); ___Install.addInstallChild(___Install_SpeedFolder0_samples); ___Install.addInstallChild(___jdk1_3_1); ___Install.addInstallChild(___Set_InstallAnywhere_Variable_0_Single_Variable0_BUNDLED_VM_INSTALLER); ___Install.addInstallChild(___temp); ___Install.addInstallChild(___JBuilderW_exe); ___Install.addInstallChild(___JavaLauncher_dll); ___Install.addInstallChild(___JBuilder_exe); ___Install.addInstallChild(___JBuilder_config_2); ___Install.addInstallChild(___Licensing_Information); ___Install.addInstallChild(___jdk_config); ___Install.addInstallChild(___jbuilder_icon_xpm); ___Install.addInstallChild(___jbuilder_mini_icon_xpm); ___Install.addInstallChild(___cfglib_sh_1); ___Install.addInstallChild(___cfglib_sh); ___Install.addInstallChild(___jbuilder_2); ___Install.addInstallChild(___jbuilder); ___Install.addInstallChild(___JBuilder_config); ___Install.addInstallChild(___JBuilder_config_1); ___Install.addInstallChild(___jbconnect); ___Install.addInstallChild(___jbconnect_1); ___Install.addInstallChild(___FileAssociations_dll); ___Install.addInstallChild(___config_readme_html_2); ___Install.addInstallChild(___lib); ___Install.addInstallChild(___linuxDesktopConfigurator_jar); ___Install.addInstallChild(___javaSource_xpm); ___Install.addInstallChild(___jbuilderProject_xpm); ___Install.addInstallChild(___config_readme_html); ___Install.addInstallChild(___config_readme_html_1); ___Install.addInstallChild(___FileAssociations_DE); ___Install.addInstallChild(___FileAssociations_ES); ___Install.addInstallChild(___FileAssociations_FR); ___Install.addInstallChild(___FileAssociations_JPN); ___Install.addInstallChild(___UninstallPersonal_1); ___Install.addInstallChild(___Uninstall_PRODUCT_NAME); ___Install.addInstallChild(___dumpenv); ___Install.addInstallChild(___dumpenv_1); ___Install.addInstallChild(___UninstallPersonal); ___Install.addInstallChild(___BillboardFnd_jpg); ___Install.addInstallChild(___BillboardFnd_de_jpg); ___Install.addInstallChild(___BillboardFnd_es_jpg); ___Install.addInstallChild(___BillboardFnd_fr_jpg); ___Install.addInstallChild(___BillboardFnd_ja_jpg); ___Install.addInstallChild(___Set_Windows_Registry_0_Single_Entry0_Borland0JBuilder06_0_0PathName0); ___Install.addInstallChild(___jbuilder_1); ___Install.addInstallChild(___ext); ___Install.addInstallChild(___HardwareGraphics_config); ___Install.addInstallChild(___Set_Windows_Registry_0_Multiple_Entries0_Uninstall_Entries); ___Install.addInstallChild(___Set_Windows_Registry_0_Multiple_Entries0_JDK_Entries); ___Install.addInstallChild(___Set_InstallAnywhere_Variable_0_Single_Variable0_JDK_DIR); ___Install.addInstallChild(___Set_InstallAnywhere_Variable_0_Single_Variable0_JBUILDER_HOME); ___Install.addInstallChild(___Execute_Custom_Code0_com_borland_install_iacc_MakeJDKConfig); ___Install.addInstallChild(___Execute_Custom_Code0_com_borland_install_iacc_UnixSaveConfig); ___Install.addInstallChild(___Execute_Custom_Code0_com_borland_install_iacc_CopyFiles); ___Install.addInstallChild(___Execute_Command0_JDK_DIR0bin0java_0jar_USER_MAGIC_FOLDER_10lib0linuxDesktopConfigurator_jar_USER_MAGIC_FOLDER_1_noask); ___Install.addInstallChild(___Execute_Command0_del_USER_MAGIC_FOLDER_10samples0chmod_samples); ___Install.addInstallChild(___Execute_Command0_chmod_755_USER_MAGIC_FOLDER_10samples0chmod_samples); ___Install.addInstallChild(___Install_SpeedFolder0_JBuilder_app); ___Install.addInstallChild(___Install_SpeedFolder0_Licensing_Information_app); ___Install.addInstallChild(___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40JBuilder_app0Contents0MacOS0JBuilder0); ___Install.addInstallChild(___Execute_Command0_mkdir_0p_0usr0local0bin); ___Install.addInstallChild(___Execute_Command0_chmod_755_0USER_MAGIC_FOLDER_40Licensing_Information_app0Contents0MacOS0Licensing_Information0); ___Install.addInstallChild(___OpenTools); ___Install.addInstallChild(___Release_Notes_html); ___Install.addInstallChild(___Uninstall_PRODUCT_NAME_1); ___Install.addInstallChild(___License_html); ___Install.addInstallChild(___bin_1); ___Install.addInstallChild(___jbuilder_3); ___Install.addInstallChild(___Execute_Custom_Code0_com_borland_install_iacc_MakeMacULB); ___Install.addInstallChild(___Install_SpeedFolder0_patch); ___Install.addInstallChild(___Install_SpeedFolder0_samples_1); ___Install.addInstallChild(___Install_SpeedFolder0_samples_2); ___Install.addInstallChild(___Install_SpeedFolder0_samples_3); ___Install.addInstallChild(___Install_SpeedFolder0_defaults_1); ___Install.addInstallChild(___Install_SpeedFolder0_defaults_2); ___Install.addInstallChild(___Install_SpeedFolder0_defaults_3); } public static Installer loadScript() { Installer.setScriptBuildInfo(String.valueOf(scriptVersion).concat(String.valueOf(" Build 1350"))); ProgressMonitor.setNumberOfScriptIncrements(numIncrements); ProgressMonitor.setScriptIdentifier(scriptID); ProgressMonitor.setBuildIdentifier(buildID); loadScript1(); loadScript2(); loadScript3(); loadScript4(); loadScript5(); loadScript6(); loadScript7(); loadScript8(); loadScript9(); loadScript10(); loadScript11(); loadScript12(); loadScript13(); loadScript14(); loadScript15(); loadScript16(); loadScript17(); ___JBuilderFND.setAuthorization(new byte[]{1, 0, 0, -32, -61, -69, 96, 80, 80, 112, 114, 103, 83, 98, 113, 97, 113, 81, 49, 67, 90, 65, 74, 77, 72, 68, 64, 69, 66, 69, 48, 63, 87, 5, 2, 6, 15, 95, 98, 10, 0, 0, 0}); ___JBuilderFND.getExternalPropertyLoader().setID(757L); return ___JBuilderFND; } }